RingCentral .Net SDK
Properties | List of all members
RingCentral.ExtensionCreationResponse Class Reference

Properties

long? id [get, set]
 Internal identifier of an extension Format: int64 More...
 
string uri [get, set]
 Canonical URI of an extension Format: uri More...
 
ContactInfo contact [get, set]
 
CostCenterInfo costCenter [get, set]
 
CustomFieldInfo[] customFields [get, set]
 
string extensionNumber [get, set]
 Extension number More...
 
string name [get, set]
 Extension name. For user extension types the value is a combination of the specified first name and last name More...
 
string partnerId [get, set]
 For Partner Applications Internal identifier of an extension created by partner. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using pid=XXX clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension More...
 
ExtensionPermissions permissions [get, set]
 
ProfileImageInfo profileImage [get, set]
 
ReferenceInfo[] references [get, set]
 List of non-RC internal identifiers assigned to an extension More...
 
RegionalSettings regionalSettings [get, set]
 
ExtensionServiceFeatureInfo[] serviceFeatures [get, set]
 Extension service features returned in response only when the logged-in user requests his/her own extension info, see also Extension Service Features More...
 
string setupWizardState [get, set]
 Initial configuration wizard state Default: NotStarted Enum: NotStarted, Incomplete, Completed More...
 
ProvisioningSiteInfo site [get, set]
 
string status [get, set]
 Extension current state. If 'Unassigned' is specified, then extensions without extensionNumber are returned. If not specified, then all extensions are returned Enum: Enabled, Disabled, Frozen, NotActivated, Unassigned More...
 
ExtensionStatusInfo statusInfo [get, set]
 
string type [get, set]
 Extension type. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, VirtualUser, DigitalUser, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, ParkLocation, Limited More...
 
bool? hidden [get, set]
 Hides an extension from showing in company directory. Supported for extensions of 'User' type only More...
 
AssignedCountryInfo assignedCountry [get, set]
 

Property Documentation

◆ assignedCountry

AssignedCountryInfo RingCentral.ExtensionCreationResponse.assignedCountry
getset

◆ contact

ContactInfo RingCentral.ExtensionCreationResponse.contact
getset

◆ costCenter

CostCenterInfo RingCentral.ExtensionCreationResponse.costCenter
getset

◆ customFields

CustomFieldInfo [] RingCentral.ExtensionCreationResponse.customFields
getset

◆ extensionNumber

string RingCentral.ExtensionCreationResponse.extensionNumber
getset

Extension number

◆ hidden

bool? RingCentral.ExtensionCreationResponse.hidden
getset

Hides an extension from showing in company directory. Supported for extensions of 'User' type only

◆ id

long? RingCentral.ExtensionCreationResponse.id
getset

Internal identifier of an extension Format: int64

◆ name

string RingCentral.ExtensionCreationResponse.name
getset

Extension name. For user extension types the value is a combination of the specified first name and last name

◆ partnerId

string RingCentral.ExtensionCreationResponse.partnerId
getset

For Partner Applications Internal identifier of an extension created by partner. The RingCentral supports the mapping of accounts and stores the corresponding account ID/extension ID for each partner ID of a client application. In request URIs partner IDs are accepted instead of regular RingCentral native IDs as path parameters using pid=XXX clause. Though in response URIs contain the corresponding account IDs and extension IDs. In all request and response bodies these values are reflected via partnerId attributes of account and extension

◆ permissions

ExtensionPermissions RingCentral.ExtensionCreationResponse.permissions
getset

◆ profileImage

ProfileImageInfo RingCentral.ExtensionCreationResponse.profileImage
getset

◆ references

ReferenceInfo [] RingCentral.ExtensionCreationResponse.references
getset

List of non-RC internal identifiers assigned to an extension

◆ regionalSettings

RegionalSettings RingCentral.ExtensionCreationResponse.regionalSettings
getset

◆ serviceFeatures

ExtensionServiceFeatureInfo [] RingCentral.ExtensionCreationResponse.serviceFeatures
getset

Extension service features returned in response only when the logged-in user requests his/her own extension info, see also Extension Service Features

◆ setupWizardState

string RingCentral.ExtensionCreationResponse.setupWizardState
getset

Initial configuration wizard state Default: NotStarted Enum: NotStarted, Incomplete, Completed

◆ site

ProvisioningSiteInfo RingCentral.ExtensionCreationResponse.site
getset

◆ status

string RingCentral.ExtensionCreationResponse.status
getset

Extension current state. If 'Unassigned' is specified, then extensions without extensionNumber are returned. If not specified, then all extensions are returned Enum: Enabled, Disabled, Frozen, NotActivated, Unassigned

◆ statusInfo

ExtensionStatusInfo RingCentral.ExtensionCreationResponse.statusInfo
getset

◆ type

string RingCentral.ExtensionCreationResponse.type
getset

Extension type. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology Enum: User, VirtualUser, DigitalUser, Department, Announcement, Voicemail, SharedLinesGroup, PagingOnly, ParkLocation, Limited

◆ uri

string RingCentral.ExtensionCreationResponse.uri
getset

Canonical URI of an extension Format: uri


The documentation for this class was generated from the following file: