Tenant - Fetch list of all users that are part of any requested tenant
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 · enumOptionalPossible values:
Enum for include props.
orderBystring · enumOptionalPossible values:
Enum for order by props.
orderstring · enumOptionalPossible values:
Enum for order props.
versionstringOptionalDefault:
The requested API version
1.0Responses
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.
401
Un-authorized request
500
Server related error
get
/tenants/{tenantId}/usersLast updated