Enables or disables a user right.
Request Information
URI Parameters :
None.
Body Parameters :
A JSON object with user_right_id (the right to toggle) and is_enabled (1 to enable, anything else to disable).
Collection of ObjectNone.
Response Information
Resource Description :
200 OK on success; 500 Internal Server Error with the failure reason otherwise.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.