Get the list of all admin users

This endpoint allows you to list all Admin users of your Admin account. You can filter users by type (active or pending) and paginate results using offset and limit.

Authentication

api-keystring

The API key should be passed in the request headers as api-key for authentication.

Query parameters

typestringOptional

User type (active | pending). This is required if offset is provided for limited result.

offsetintegerOptional
Page number for the result set. This is optional, default value will be the 1st page.
limitintegerOptional
Number of users to be displayed on each page. This is optional, the default limit is 20, but max allowed limit is 100.

Response

list of all admin users
userslist of objects or null
Get invited users list