API Reference
List users
GET
/api/users
Requires admin or superadmin role.
Operation IDlistUsers
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Query parameters
cursorstringPagination cursor from a previous response
limitintegerMaximum number of results to return
sortstringColumn name to sort by (validated per-entity)
orderstringSort direction
qstringCase-insensitive search across name/description fields
rolestringFilter by role
Success response body
200Paginated list of users
Paginated list of users
Content typeapplication/json
responseobject4 properties
resultarray<UserSafe>requiredArray items
itemobject7 properties
idintegerusernamestringrolestringtotp_verifiedintegerinvite_pendingbooleancreated_atstring · date-timeupdated_atstring · date-timenextCursorstringprevCursorstringtotalintegerTotal number of records matching the current filters
Error responses
403Insufficient permissions
Insufficient permissions
No response content schema is documented.