List Users
Get a list of users for a site
Required scope | users:read
Path parameters
site_id
Unique identifier for a Site
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
offset
Offset used for pagination if the results have more than limit records
limit
Maximum number of records to be returned (max limit: 100)
sort
Sort string to use when ordering users
Example(CreatedOn
, Email
, Status
, LastLogin
, UpdatedOn
).
Can be prefixed with a -
to reverse the sort (ex. -CreatedOn
)
Response
Request was successful
count
Number of users returned
limit
The limit specified in the request
offset
The offset specified for pagination
total
Total number of users in the collection
users
List of Users for a Site