id | string | optional | Unique identifier for the created user |
createdAt | string | optional | Timestamp when the user was created |
directCustomer | boolean | optional | Indicates if the user is a direct customer |
email | string | optional | User's email address |
firstName | string | optional | User's first name |
lastName | string | optional | User's last name |
inviteStatus | string | optional | Current status of the user's invitation ACTIVEINVITE_SENTRESEND_INVITE
|
customRole | object | optional | |
customRole.id | string | optional | Role identifier |
customRole.name | string | optional | Role name |
accountId | string | optional | ID of the account the user belongs to |
preferences | object | optional | |
preferences.locale | string | optional | User's locale preference |
preferences.dateFormat | string | optional | User's preferred date format |
preferences.timezone | string | optional | User's timezone preference |
preferences.columnOrder | string | optional | User's column order preference |