Update user group role
POST
/v1/users/group/roleRequest body
Body shape: Request_UpdateUserGroupRole (required)
Responses
{}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"
}'