Export users

GET/v1/users/export

Responses

200User export file.ObjectResponse
{}
401Unauthorized.Error
curl https://your-url.com/kong/core/api/gateway/v1/users/export\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"