users
Get all users for an environment
GET
/
environments
/
{environmentId}
/
users
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
environmentId
string
requiredID of the environment
Query Parameters
filter
object
orderBy
string
$COLUMN_NAME-asc|desc
offset
integer
default: 0The number of items to skip before starting to collect the result set
limit
integer
default: 20The numbers of items to return
Response
200 - application/json
count
integer
users
object[]
Was this page helpful?