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

Properties

string id [get, set]
 Identity identifier. Required Example: 506d9e817aa58d1259000f12 More...
 
string avatarUri [get, set]
 Identity's avatar Uri. Format: uri Example: https://example.com/assets/avatar/default-79fd530c58c2a6b83a11fcc0e842ed7023ceb69292cfeb857bc2af2c624b90fd.png More...
 
string company [get, set]
 Company. Example: Test Company More...
 
string creationTime [get, set]
 Creation time of the resource. Required Format: date-time Example: 2023-02-04T12:43:07Z More...
 
string displayName [get, set]
 Display name of the identity. Example: John Doe More...
 
string emailAddress [get, set]
 Email address. Format: email Example: user@.nosp@m.exam.nosp@m.ple.c.nosp@m.om More...
 
IdentityExtraValues extraValues [get, set]
 
string firstName [get, set]
 FirstName. Example: John More...
 
string gender [get, set]
 Gender. Example: Woman Enum: Man, Woman More...
 
string homePhone [get, set]
 Phone number. Example: +33634231224 More...
 
string identityGroupId [get, set]
 The identity group id references the identity group that contains all information (phone, notes, etc.). Many identities may belong to this group. If the identity group id is null, it means that identity does not have a group and any extra information. Example: 54085e5b7aa58d8b5d00006c More...
 
string lastName [get, set]
 LastName. Example: Doe More...
 
string mobilePhone [get, set]
 Phone number. Example: +33634231224 More...
 
string screenName [get, set]
 Screen name of the identity. Example: John D. More...
 
string type [get, set]
 Type of the identity. Required Enum: AppleMessagesForBusiness, Email, EngageMessaging, Facebook, GoogleBusinessMessages, GoogleMyBusiness, Instagram, Linkedin, Twitter, Viber, WhatsApp, Youtube More...
 
string lastModifiedTime [get, set]
 The time when the last modification was completed. Required Format: date-time Example: 2023-02-04T12:43:07Z More...
 
string[] userIds [get, set]
 List of the associated user identifiers who can use the identity. More...
 
string uuid [get, set]
 UUID of the identity. Example: 9680ab94-3b78-495c-bb2c-a969954d8260 More...
 
string mobileDeviceInfo [get, set]
 Device info of the identity. Applicable to RingCX Digital Messaging channels only. Example: iPhone (iPhone); iOS 15.0.2 More...
 
string fbBio [get, set]
 Facebook biography of the identity. Applicable to Facebook and Messenger channels only. Example: Painter living in Paris More...
 
string fbCategory [get, set]
 Facebook category of the identity. Applicable to Facebook and Messenger channels only. Example: Computers/Internet More...
 
string fbLocale [get, set]
 Facebook locale of the identity. Applicable to Facebook and Messenger channels only. Example: fr_FR More...
 
long? igFollowersCount [get, set]
 Instagram followers count of the identity. Applicable to Instagram and InstagramMessaging channels only. Format: int32 Example: 10 More...
 
string twDescription [get, set]
 Twitter description of the identity. Applicable to Twitter channels only. Example: Software Engineer More...
 
long? twFollowersCount [get, set]
 Twitter followers count of the identity. Applicable to Twitter channels only. Format: int32 Example: 10 More...
 
long? twFollowingCount [get, set]
 Count of Twitter accounts followed by the identity. Applicable to Twitter channels only. Format: int32 Example: 500 More...
 
long? twStatusesCount [get, set]
 Count of tweets of the identity. Applicable to Twitter channels only. Format: int32 Example: 42 More...
 
string twLocation [get, set]
 Twitter location of the identity. Applicable to Twitter channels only. Example: Paris More...
 
string apiVersion [get, set]
 Viber API version of the identity. Applicable to Viber channels only. Example: 10 More...
 
string country [get, set]
 Viber country of the identity. Applicable to Viber channels only. Example: FR More...
 
string deviceType [get, set]
 Viber device type of the identity. Applicable to Viber channels only. Example: SM-G970U1 More...
 
string language [get, set]
 Viber language of the identity. Applicable to Viber channels only. Example: fr-FR More...
 
string mcc [get, set]
 Viber mobile country code of the identity. Applicable to Viber channels only. Example: 1 More...
 
string mnc [get, set]
 Viber mobile network code of the identity. Applicable to Viber channels only. Example: 220 More...
 
string primaryDeviceOs [get, set]
 Viber primary device OS of the identity. Applicable to Viber channels only. Example: Android 11 More...
 
string viberVersion [get, set]
 Viber application version of the identity. Applicable to Viber channels only. Example: 19.5.0 More...
 

Property Documentation

◆ apiVersion

string RingCentral.IdentityModel.apiVersion
getset

Viber API version of the identity. Applicable to Viber channels only. Example: 10

◆ avatarUri

string RingCentral.IdentityModel.avatarUri
getset

◆ company

string RingCentral.IdentityModel.company
getset

Company. Example: Test Company

◆ country

string RingCentral.IdentityModel.country
getset

Viber country of the identity. Applicable to Viber channels only. Example: FR

◆ creationTime

string RingCentral.IdentityModel.creationTime
getset

Creation time of the resource. Required Format: date-time Example: 2023-02-04T12:43:07Z

◆ deviceType

string RingCentral.IdentityModel.deviceType
getset

Viber device type of the identity. Applicable to Viber channels only. Example: SM-G970U1

◆ displayName

string RingCentral.IdentityModel.displayName
getset

Display name of the identity. Example: John Doe

◆ emailAddress

string RingCentral.IdentityModel.emailAddress
getset

Email address. Format: email Example: user@.nosp@m.exam.nosp@m.ple.c.nosp@m.om

◆ extraValues

IdentityExtraValues RingCentral.IdentityModel.extraValues
getset

◆ fbBio

string RingCentral.IdentityModel.fbBio
getset

Facebook biography of the identity. Applicable to Facebook and Messenger channels only. Example: Painter living in Paris

◆ fbCategory

string RingCentral.IdentityModel.fbCategory
getset

Facebook category of the identity. Applicable to Facebook and Messenger channels only. Example: Computers/Internet

◆ fbLocale

string RingCentral.IdentityModel.fbLocale
getset

Facebook locale of the identity. Applicable to Facebook and Messenger channels only. Example: fr_FR

◆ firstName

string RingCentral.IdentityModel.firstName
getset

FirstName. Example: John

◆ gender

string RingCentral.IdentityModel.gender
getset

Gender. Example: Woman Enum: Man, Woman

◆ homePhone

string RingCentral.IdentityModel.homePhone
getset

Phone number. Example: +33634231224

◆ id

string RingCentral.IdentityModel.id
getset

Identity identifier. Required Example: 506d9e817aa58d1259000f12

◆ identityGroupId

string RingCentral.IdentityModel.identityGroupId
getset

The identity group id references the identity group that contains all information (phone, notes, etc.). Many identities may belong to this group. If the identity group id is null, it means that identity does not have a group and any extra information. Example: 54085e5b7aa58d8b5d00006c

◆ igFollowersCount

long? RingCentral.IdentityModel.igFollowersCount
getset

Instagram followers count of the identity. Applicable to Instagram and InstagramMessaging channels only. Format: int32 Example: 10

◆ language

string RingCentral.IdentityModel.language
getset

Viber language of the identity. Applicable to Viber channels only. Example: fr-FR

◆ lastModifiedTime

string RingCentral.IdentityModel.lastModifiedTime
getset

The time when the last modification was completed. Required Format: date-time Example: 2023-02-04T12:43:07Z

◆ lastName

string RingCentral.IdentityModel.lastName
getset

LastName. Example: Doe

◆ mcc

string RingCentral.IdentityModel.mcc
getset

Viber mobile country code of the identity. Applicable to Viber channels only. Example: 1

◆ mnc

string RingCentral.IdentityModel.mnc
getset

Viber mobile network code of the identity. Applicable to Viber channels only. Example: 220

◆ mobileDeviceInfo

string RingCentral.IdentityModel.mobileDeviceInfo
getset

Device info of the identity. Applicable to RingCX Digital Messaging channels only. Example: iPhone (iPhone); iOS 15.0.2

◆ mobilePhone

string RingCentral.IdentityModel.mobilePhone
getset

Phone number. Example: +33634231224

◆ primaryDeviceOs

string RingCentral.IdentityModel.primaryDeviceOs
getset

Viber primary device OS of the identity. Applicable to Viber channels only. Example: Android 11

◆ screenName

string RingCentral.IdentityModel.screenName
getset

Screen name of the identity. Example: John D.

◆ twDescription

string RingCentral.IdentityModel.twDescription
getset

Twitter description of the identity. Applicable to Twitter channels only. Example: Software Engineer

◆ twFollowersCount

long? RingCentral.IdentityModel.twFollowersCount
getset

Twitter followers count of the identity. Applicable to Twitter channels only. Format: int32 Example: 10

◆ twFollowingCount

long? RingCentral.IdentityModel.twFollowingCount
getset

Count of Twitter accounts followed by the identity. Applicable to Twitter channels only. Format: int32 Example: 500

◆ twLocation

string RingCentral.IdentityModel.twLocation
getset

Twitter location of the identity. Applicable to Twitter channels only. Example: Paris

◆ twStatusesCount

long? RingCentral.IdentityModel.twStatusesCount
getset

Count of tweets of the identity. Applicable to Twitter channels only. Format: int32 Example: 42

◆ type

string RingCentral.IdentityModel.type
getset

Type of the identity. Required Enum: AppleMessagesForBusiness, Email, EngageMessaging, Facebook, GoogleBusinessMessages, GoogleMyBusiness, Instagram, Linkedin, Twitter, Viber, WhatsApp, Youtube

◆ userIds

string [] RingCentral.IdentityModel.userIds
getset

List of the associated user identifiers who can use the identity.

◆ uuid

string RingCentral.IdentityModel.uuid
getset

UUID of the identity. Example: 9680ab94-3b78-495c-bb2c-a969954d8260

◆ viberVersion

string RingCentral.IdentityModel.viberVersion
getset

Viber application version of the identity. Applicable to Viber channels only. Example: 19.5.0


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