Skip to content

GET /v1/users - List all users

GET
/v1/users

Lists all users in the system with optional search filtering. Requires authentication (admin access recommended).

search
string

Search by name or email

List of users

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