IdentityModel
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Identity identifier. |
creation_time | str | ✅ | Creation time of the resource. |
type_ | IdentityType | ✅ | Type of the identity. |
last_modified_time | str | ✅ | The time when the last modification was completed. |
avatar_uri | str | ❌ | Identity's avatar Uri. |
company | str | ❌ | Company. |
display_name | str | ❌ | Display name of the identity. |
email_address | str | ❌ | Email address. |
extra_values | dict | ❌ | Additional data to store along the identity. |
first_name | str | ❌ | FirstName. |
gender | SocMsgGender | ❌ | Gender. |
home_phone | str | ❌ | Phone number. |
identity_group_id | str | ❌ | 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. |
last_name | str | ❌ | LastName. |
mobile_phone | str | ❌ | Phone number. |
screen_name | str | ❌ | Screen name of the identity. |
user_ids | List[str] | ❌ | List of the associated user identifiers who can use the identity. |
uuid | str | ❌ | UUID of the identity. |
mobile_device_info | str | ❌ | Device info of the identity. Applicable to RingCX Digital Messaging channels only. |
fb_bio | str | ❌ | Facebook biography of the identity. Applicable to Facebook and Messenger channels only. |
fb_category | str | ❌ | Facebook category of the identity. Applicable to Facebook and Messenger channels only. |
fb_locale | str | ❌ | Facebook locale of the identity. Applicable to Facebook and Messenger channels only. |
ig_followers_count | int | ❌ | Instagram followers count of the identity. Applicable to Instagram and InstagramMessaging channels only. |
tw_description | str | ❌ | Twitter description of the identity. Applicable to Twitter channels only. |
tw_followers_count | int | ❌ | Twitter followers count of the identity. Applicable to Twitter channels only. |
tw_following_count | int | ❌ | Count of Twitter accounts followed by the identity. Applicable to Twitter channels only. |
tw_statuses_count | int | ❌ | Count of tweets of the identity. Applicable to Twitter channels only. |
tw_location | str | ❌ | Twitter location of the identity. Applicable to Twitter channels only. |
api_version | str | ❌ | Viber API version of the identity. Applicable to Viber channels only. |
country | str | ❌ | Viber country of the identity. Applicable to Viber channels only. |
device_type | str | ❌ | Viber device type of the identity. Applicable to Viber channels only. |
language | str | ❌ | Viber language of the identity. Applicable to Viber channels only. |
mcc | str | ❌ | Viber mobile country code of the identity. Applicable to Viber channels only. |
mnc | str | ❌ | Viber mobile network code of the identity. Applicable to Viber channels only. |
primary_device_os | str | ❌ | Viber primary device OS of the identity. Applicable to Viber channels only. |
viber_version | str | ❌ | Viber application version of the identity. Applicable to Viber channels only. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs