GET api/users/GetUserDetailsFTEIngest?usrID={usrID}&start={start}&end={end}
Retrieves the most relevant user role details for a given user within a specified date range (string format).
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| usrID |
The ID of the user whose role details are being requested. |
integer |
Required |
| start |
The start date of the period to check for role activity, in string format. |
string |
Required |
| end |
The end date of the period to check for role activity, in string format. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the user's role details during the specified period. 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
}