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
type
User type (active | pending). This is required if offset is provided for limited result.
offset
Page number for the result set. This is optional, default value will be
the 1st page.
limit
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
users
Get invited users list