v1

latestOpenAPI 3.0.32026-07-17226134463.9 KB
accounts

ViewSet for User/Mailbox.

get/api/v2/accounts/

Query parameters

domaininteger
orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

rolestring[]
  • SimpleUsers - Simple user
  • DomainAdmins - Domain administrator
  • Resellers - Reseller
  • SuperAdmins - Super administrator
searchstring

A search term.

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}