Permissions
In Rocket.Chat, permissions control the actions and operations your users can execute on your workspace. Configuring these permissions appropriately is crucial to maintaining the integrity and security of your Rocket.Chat instance.
In the API reference, the relevant permissions are stated in the descriptions. For example, you need the create-user
permission to create a new user in your workspace. Visit the Permissions user guide to learn more about the permissions and how you can set them for different user roles.
Roles
Roles are a set of permissions that are assigned to a group of users or a specific user. A user's role determines the actions they can perform in the workspace. Refer to the Roles user guide to learn more about roles and how to manage them in your workspace.
The roles and permissions reference documentation details how to manage them through the Rocket.Chat API. However, you can not test the
POST
requests for roles and permission using our sandbox enviroment.