GET api/users/GetUserByType?userIdentifierType={userIdentifierType}&idX={idX}
Retrieves user details and their most recent role based on a user identifier type and value.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userIdentifierType |
The type of identifier used to locate the user (e.g., "userid" or "username"). |
string |
Required |
| idX |
The value of the identifier (user ID or username). |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with user and role details. On failure: HTTP 400 Bad Request if an error occurs during processing.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}