Search user groups

GET/v1/users/group/search

Query parameters

Responses

200Matching user groups.Collection_UserGroupResource
/** Imported from delio-core. */
type Collection_UserGroupResource = unknown[]
401Unauthorized.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/group/search?search={search}\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"