List all users
Returns a list of users. The users are returned sorted by creation date in ascending order.
Query parameters
The page number.
The number of records per page. Must be a number between 1 and 100.
The sort string to sort the returned records e.g. "-createdAt"
Unique identifier for the organization.
Whether to include related entities in the response.
Company of the user.
Organization associated with the user.
Unique identifier for the reseller.
Tags associated with the user.
Metadata key associated with the user.
Metadata value associated with the user.
Custom attribute values associated with the user, filtered as customAttribute.<name>[<op>]=value, e.g. customAttribute.region[eq]=EU.
Release version of the license activation associated with the user.
Last datetime before which user used the app.
Unique identifier for the user group.
Role of the user.
Email address of the user.
Name of the user.
Unique identifier for the product.
Last datetime at which user used the app.
Search string.
ID of the resource.
Date of creation
Date of last update
Response
OK
Changes
Changed in 1 of the 2 revisions of this API.16
- ●
deleted the
queryrequest parameteractivation.appVersionrequest-parameter-removed
- ○
added the new optional
queryrequest parametercustomAttributenew-optional-request-parameter
- ○
added the optional property
items/twoFactorRequiredFromto the response with the200statusresponse-optional-property-added
- ○
added the required property
items/customAttributesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/organization/customAttributesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/organization/reseller/customAttributesto the response with the200statusresponse-required-property-added
- ○
added the required property
items/reseller/customAttributesto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●