User - Fetch list of all users

Fetch list of all users

get
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
pageNumberinteger · int32Optional

Expects number for the page, default is 1

pageSizeinteger · int32Optional

Expects size of the page, default is 100

tenantIdstring · uuidOptional

Expects an optional Id of an existing tenant

roleIdstring · uuidOptional

Expects an optional Id of an existing role

assetIdstring · uuidOptional

Expects an optional Id of an existing asset of a tenant

includestring · enumOptional

Enum for include props.

Possible values:
orderBystring · enumOptional

Enum for order by props.

Possible values:
orderstring · enumOptional

Enum for order props.

Possible values:
versionstringOptional

The requested API version

Default: 1.0
Responses
chevron-right
200

Successful retrieval of users

Class for representing the view of user detail.

userIdstring · uuid · nullableOptional

A public property of type nullable Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the userId property.

get
/users

Last updated