Generic sample User. Not a real model used by any Cvent service.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Name |
NameJson | ✔️ | The name of the user. | |
UserName |
string | ✔️ | The user name of the user to be used during identification. | aMike@test.com |
Active |
bool | ➖ | True indicates the user is active. | true |
Emails |
List<EmailJson1> | ✔️ | The email of the user. The Cvent user can have only one email address. If multiple email addresses are provided, only one is accepted and rest are ignored. One email is selected based on the following sequence of criteria: primary email, then work type, and finally first in the sequence. |
|
Title |
string | ➖ | The title of the user. | Vice President |
PhoneNumbers |
List<PhoneNumberJson1> | ➖ | The phone numbers of the user. If more than one number per type is provided, only one is accepted and rest are ignored. |
|
Addresses |
List<AddressJson4> | ➖ | The address of the user. The user can have only one address. If multiple addresses are provided, only one is accepted and rest are ignored. One address is selected based on the following sequence of criteria: primary, work type, first in the sequence |
|
UserType |
UserTypeJson | ✔️ | The type of the user. | Planner Account User |
Timezone |
string | ➖ | List of Timezones supported. | America/New_York |
Locale |
string | ✔️ | The locale of the user. The IETF Language Tag format is used. | en-US |
Groups |
List<GroupJson> | ✔️ | The SCIM group (representing Cvent user role) of the user. | |
UrnIetfParamsScimSchemasExtensionEnterprise20User |
UserEnterpriseExtensionJson | ✔️ | Enterprise extension model for the user. |