Get a user group

GET/v1/users/group/{uuid}

Path parameters

  • uuidstringRequired#
    Unique identifier of the user group.

Responses

/** Imported from delio-core. */
interface UserGroupFeatureFlagResource {
  /** key from delio-core. */
  key: string
  /** enabled from delio-core. */
  enabled: boolean
}
401Unauthorized.Error
404Not found.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"