User - Retrieves a list of users with filters
Retrieves a list of users based on optional parameters such as page number, page size, tenant ID, role ID, and asset ID.
Please enter a valid token
Enter the page number you want to fetch. Default is 1.
Enter the number of users per page. Default is 100.
Optional. ID of a specific tenant.
Optional. ID of a specific role.
Optional. ID of a specific asset belonging to a tenant.
Enum for include props.
Enum for order by props.
Enum for order props.
The requested API version
1.0Success: Users retrieved successfully.
Class for representing the view of user detail.
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.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated