User__v2
Fields
| Name | Type | Required | Description |
|---|---|---|---|
id | string | required | Unique identifier for the user |
email | string | required | User's email address |
firstName | string | required | User's first name |
lastName | string | optional | User's last name (optional) |
customRole | object | required | |
customRole.id | string | optional | Role identifier |
customRole.name | string | optional | Role name |
directCustomer | boolean | required | Indicates if the user is a direct customer |
createdAt | string | required | Timestamp when the user was created |
inviteStatus | string | required | Current status of the user's invitationACTIVEINVITE_SENTRESEND_INVITE |