Tenant - Fetch list of all users that are part of any requested tenant

Fetch list of all users that are part of any requested tenant

get
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
tenantIdstring · uuidRequired

Expects Id of an existing tenant

Query parameters
pageNumberinteger · int32Optional

Expects number for the page, default is 1

pageSizeinteger · int32Optional

Expects size of the page, default is 100

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 for any requested tenant

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
/tenants/{tenantId}/users

Last updated