REST API: User Rights

Methods


TypeVer.Command parameterParameters
Getters
GET4.1+ getProfiles
Example of success:

GET4.1+ getProfile profileId=<id>
Example of success:

See the details of all values for module rights and action rights
Setters
POST4.1+createProfile profileName=<name>
A JSON representation of a list of modules and rights (see getProfile)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST4.1+updateProfile profileId=<id>
A JSON representation of a list of modules and rights (see getProfile)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure: