Tenant - Retrieves users for a tenant
Authorizations
HTTPRequired
Please enter a valid token
Path parameters
tenantIdstring · uuidRequired
Enter the ID of an existing tenant.
Query parameters
pageNumberinteger · int32Optional
Enter the page number (default is 1).
pageSizeinteger · int32Optional
Enter the page size (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
Success: Users retrieved successfully for the 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
Unauthorized: Invalid credentials or missing/invalid authentication token.
500
Internal Server Error: An unexpected error occurred or a server timeout.
get
/tenants/{tenantId}/usersLast updated