Set Scope Permissions
Role Based Access Control
Set Scope Permissions
Sets or updates permissions for a specific group scope
PUT
Set Scope Permissions
For the complete error reference, see Error Guide.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-campaigns-service-rest-api.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).
Path Parameters
The group GUID to update scope permissions for
Example:
"supergroup"
The scope identifier (e.g., admin, moderator, participant)
Example:
"admin"
Body
application/json
Permissions object containing key-value pairs for scope permissions
Example:
{
"sendMessage": "deny",
"initiateCall": "friends"
}Response
200 - application/json
Scope permissions updated successfully