- 1 Minute to read
- Print
- DarkLight
SystemUser
- 1 Minute to read
- Print
- DarkLight
Available in version v8+
This object represents a system user who will be created/updated in the system.
Name | Type | Description | Constraints |
---|---|---|---|
id | Long | All system users have a unique ID within the system. Not used in creative methods. | optional |
type | String | Defines the type of system user. | required |
String | All system users in the system must have an email address. The email address must be unique in the system. | required maxLength:128 | |
firstName | String | FirstName of a system user. | required maxLength:49 |
lastName | String | LastName of a system user. | required maxLength:49 |
language | String | ISO-639 code for the language of a system user. | required |
timeZone | String | The time zone of the system user. | required |
messagingRole | String | Messaging role of a system user. | required |
expiryDate | String | The expiration date of a system user. | required |
externalId | String | The external ID of a system user. The external ID must be unique in the system. | required maxLength:99 |
lastLoginDate | String | Last login date to the system of a system user. Not used in create/update method. | optional |