The User Object
The User object represents an internal platform user (staff/operator). It includes identity details, locale preferences (language/time zone), and permission data used for authorisation decisions. Use this object when you need to understand who performed or owns actions in the system.
| Value | Type | Description |
|---|---|---|
| uuid | string | User UUID. |
| string | Email address. | |
| first_name | string | First name. |
| last_name | string | Last name. |
| permissions | array/object | Permissions payload as serialized by model. |
| time_zone | string | Time zone value. |
| language | string | Language value. |
| created_at | string | Record creation timestamp. |
| updated_at | string | Record update timestamp. |
