GET api/users/UserDetails?username={username}
Retrieves detailed information about a specific user by their username.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| username |
The unique username of the user to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with user details. On failure: HTTP 400 Bad Request if the user is not found or an error occurs.
Dictionary of Object [key] and Object [value]Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.