Skip to content

List users in current organization

GET
/v1/users

Lists users that belong to the current organization with optional search filtering. TM-TENANT-008: Enforces org isolation to prevent cross-tenant user enumeration.

search
string

Search by name or email

List of users in organization

Response wrapper for list endpoints. All list endpoints return responses wrapped in a data field.

object
data
required

Array of items returned by the list operation.

Array<object>

User response for listing

object
auth_provider
string | null
avatar_url
string | null
created_at
required
string format: date-time
email
required
string
id
required
string
name
required
string
roles
required
Array<string>

Unauthorized

Internal server error