GET api/users/rights/{id}

Retrieves the rights associated with a specific user identified by their ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the user whose rights are to be retrieved.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the operation. Returns a 200 OK response with a list of user rights if successful, a 404 Not Found response if the user does not exist, or a 400 Bad Request response if an error occurs during the operation.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.