Start typing to search.

API Reference

List users

View Markdown
GET /api/users

Requires admin or superadmin role.

Operation IDlistUsers

Authentication

  • BearerAuth·http bearer·API key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.

Query parameters

cursorstring

Pagination cursor from a previous response

limitinteger

Maximum number of results to return

sortstring

Column name to sort by (validated per-entity)

orderstring

Sort direction

qstring

Case-insensitive search across name/description fields

rolestring

Filter by role

Success response body

200Paginated list of users

Paginated list of users

Content typeapplication/json

responseobject
4 properties
resultarray<UserSafe>required
Array items
itemobject
7 properties
idinteger
usernamestring
rolestring
totp_verifiedinteger
invite_pendingboolean
created_atstring · date-time
updated_atstring · date-time
nextCursorstring
prevCursorstring
totalinteger

Total number of records matching the current filters

Error responses

403Insufficient permissions

Insufficient permissions

No response content schema is documented.