Export users by type

GET/v1/users/export/type/{userType}

Path parameters

  • userTypestringRequired#
    User type to filter the export by (e.g. investor, entrepreneur, internal).

Responses

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