Update user group role

POST/v1/users/group/role

Request body

Body shape: Request_UpdateUserGroupRole (required)

Responses

200Role updated.ObjectResponse
{}
401Unauthorized.Error
curl -X POST https://your-url.com/kong/core/api/gateway/v1/users/group/role\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "groupUuid": "00000000-0000-0000-0000-000000000000",
  "userGuid": "00000000-0000-0000-0000-000000000000",
  "roleName": "roleName"
}'