Get users in a group

GET/v1/users/group/{uuid}/users

Path parameters

  • uuidstringRequired#
    Unique identifier of the user group.

Responses

200Users in the group.Collection_UserResource
/** Imported from delio-core. */
type Collection_UserResource = unknown[]
401Unauthorized.Error
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}/users\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"