Get a user group
GET
/v1/users/group/{uuid}Path parameters
- 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
}curl https://your-url.com/kong/core/api/gateway/v1/users/group/{uuid}\
-H "Authorization: Bearer $DELIO_API_KEY"\
-H "Content-Type: application/json"