Users

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.

ValueTypeDescription
uuidstringUser UUID.
emailstringEmail address.
first_namestringFirst name.
last_namestringLast name.
permissionsarray/objectPermissions payload as serialized by model.
time_zonestringTime zone value.
languagestringLanguage value.
created_atstringRecord creation timestamp.
updated_atstringRecord update timestamp.