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 Object

None.

Response Information

Resource Description :

200 OK on success; 500 Internal Server Error with the failure reason otherwise.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.