Get available roles

GET/v1/users/group/roles

Responses

200List of available roles.ObjectResponse
{}
401Unauthorized.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/group/roles\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"