User Detail - Fetch list of all users
Please enter a valid token
The requested API version
1.0Optional User Id
Success: Returns a list of all users for the requested tenant.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Unauthorized: Invalid credentials or missing/invalid authentication token.
Forbidden: Access denied due to insufficient permissions or account restrictions.
Not Found: User details not found, the URL is invalid, or the resource has been deleted.
Class for representing Bad Request error message.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ErrorMessage property.
Not foundA public property of type integer that has both a getter and a setter method, which allows for getting and setting the value of the StatusCode property.
404Internal Server Error: An unexpected server error occurred while processing the request.
Last updated