Skip to content

Users

FieldTypeDescription
idstringUUID
account_idstringUUID
emailstringUser email
namestringDisplay name
rolestringowner, admin, member
created_atstringISO 8601 timestamp
updated_atstringISO 8601 timestamp

List all users in your account. No parameters required.

Response:

{
"users": [
{
"id": "...",
"email": "jane@example.com",
"name": "Jane Smith",
"role": "owner"
}
]
}