List users in current organization
GET /v1/users
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.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” search
string
Search by name or email
Responses
Section titled “ Responses ”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