Permissions
Permissions – a set of actions, that a user can perform. Not to be confused with Object permissions.
Permissions consist of two parts – system’s entity and action that a user can perform to that entity. These parts are defined in the <action>-<entity>
format, for example create-objects
.
Not every pair in the system is valid. You can find a table specifying valid permissions as well as a detailed explanation of permissions algorithm in the REST API documentation.
Permissions work across both web-interface and REST API requests. |