AccountUser (object)
| Field | Type | Description | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| abilities | string[] | Ability strings for this account user. Included when listing or getting users (admin editing).
Omitted in embedded contexts (e.g. documents, projects, service orders) to avoid leaking permission data.
array Elements string | |||||||||||||||
| created_at | string (date-time) | Creation timestamp in ISO 8601 format. | |||||||||||||||
| display_email | string | — | |||||||||||||||
| display_name | string | — | |||||||||||||||
| display_phone | string | — | |||||||||||||||
| id* | integer | — | |||||||||||||||
| invited_email | string | Email address the user was invited with. Set for pending account users; null after acceptance or when not applicable. | |||||||||||||||
| role* | string | string
| |||||||||||||||
| status* | string | string
| |||||||||||||||
| updated_at | string (date-time) | Last update timestamp in ISO 8601 format. | |||||||||||||||
| user | object |
|
Example (JSON)
{
"id": 0,
"display_name": "string",
"display_phone": "string",
"display_email": "string",
"invited_email": "string",
"status": "active",
"role": "user"
}