GET api/User/Rights?guid={guid}

Retrieves the rights of a user for a specified application.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

The GUID of the application for which to retrieve user rights.

string

Required

Body Parameters

None.

Response Information

Resource Description

An that represents the result of the asynchronous operation. Returns an with the user rights if found, if no rights are found, or if authentication fails.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.