Documentation Index
Fetch the complete documentation index at: https://developer.clopos.com/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Request
Path Parameters
The unique identifier of the user.
Request Example
Response
Field Reference
User Object
| Field | Type | Description |
|---|---|---|
id | integer | Unique user identifier. |
email | string (nullable) | Email address associated with the user. |
username | string | Display name shown in the POS. |
first_name | string (nullable) | First name of the user. |
last_name | string (nullable) | Last name of the user. |
mobile_number | string (nullable) | Mobile phone number. |
owner | integer | 1 if the user owns the brand, otherwise 0. |
status | boolean | Indicates whether the user account is active. |
created_at | string | Timestamp when the user was created (ISO 8601). |
updated_at | string | Timestamp when the user was last updated (ISO 8601). |