Skip to main content
POST
/
api
/
v1
/
role-groups
/
{roleGroupId}
/
roleAdd
Add role to a group.
curl --request POST \
  --url https://api.revong.com/api/v1/role-groups/{roleGroupId}/roleAdd \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "key": "<string>"
}'

Authorizations

Authorization
string
header
required

Bearer token with Platform JWT token or API Key.

Path Parameters

roleGroupId
string
required

Body

application/json
key
string
required

You must provide roleId.

Response

OK.