User - Fetch list of all users
get
/users
Authorizations
Query parameters
pageNumberinteger · int32
Expects number for the page, default is 1
pageSizeinteger · int32
Expects size of the page, default is 100
tenantIdstring · uuid
Expects an optional Id of an existing tenant
roleIdstring · uuid
Expects an optional Id of an existing role
assetIdstring · uuid
Expects an optional Id of an existing asset of a tenant
includestring · enum
Enum for include props.
Options:
tenants
, roles
, none
orderBystring · enum
Enum for order by props.
Options:
TenantName
, RoleName
, UserId
orderstring · enum
Enum for order props.
Options:
ASC
, DESC
versionstring · default: 1.0
The requested API version
Responses
cURL
JavaScript
Python
HTTP
200
401
500
text/plain
application/json
text/json
Last updated