Get user groups

GET/v1/users/group

Responses

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