Skip to main content
PUT
Set Scope Permissions
For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Path Parameters

guid
string
required

The group GUID to update scope permissions for

Example:

"supergroup"

scope
string
required

The scope identifier (e.g., admin, moderator, participant)

Example:

"admin"

Body

application/json
permissions
object
required

Permissions object containing key-value pairs for scope permissions

Example:

Response

200 - application/json

Scope permissions updated successfully

data
object