GET api/User/Rights?guid={guid}
Retrieves the rights of a user for a specified application.
Request Information
URI Parameters
| Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.