Retrieves tenant users based on filters
Result<ICollection<TenantUserViewModel>> containing matching tenant users.
Optional tenant identifier for cross-tenant lookups.
1024
Identifier of the tenant whose users are being requested.
True to return only active users, false to include all users.
true
Optional user identifier to narrow the results to a specific user.
4242
True to return only users who have accepted their invitations.
false
Tenant users retrieved successfully.
Wrapper for API operation results containing success status, error information, and return value.
True if the operation completed successfully, false otherwise.
true
True if the operation failed, false otherwise.
false
Error information returned when the operation fails.
{
"code": "ValidationError",
"message": "The request parameters failed validation.",
"info": [
"The Name field is required.",
"The Id field must be greater than 0."
]
}The result value returned when the operation is successful.