GET api/secRight/entityUser/{id}
Get the current working list of rights for a given entityUserID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
An EntityUserID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of strings denoting rights currently active and assigned (and NOT excluded) to this user and groups to which the user belongs
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.