Get users with their classifications

GET/api/compliance/users/classification

Responses

200Users with their classifications.Collection_UserResource
/** Imported from delio-core. */
type Collection_UserResource = unknown[]
401Unauthorized.Error
403Forbidden.Error
curl https://your-url.com/kong/core/api/gateway/api/compliance/users/classification\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"