GET api/users/GetUserDetailsFTE?usrID={usrID}&start={start}&end={end}

Retrieves the most relevant user role details for a given user within a specified date range.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

date

Required

end

The end date of the period to check for role activity.

date

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
NameDescriptionTypeAdditional information
dataInfo

DataSet

None.

Response Formats

application/json, text/json

Sample:
{}

application/scim+json

Sample:
{
  "dataInfo": null
}