Users
User object
Section titled “User object”| Field | Type | Description |
|---|---|---|
id | string | UUID |
account_id | string | UUID |
email | string | User email |
name | string | Display name |
role | string | owner, admin, member |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |
users-list
Section titled “users-list”List all users in your account. No parameters required.
Response:
{ "users": [ { "id": "...", "email": "jane@example.com", "name": "Jane Smith", "role": "owner" } ]}