Export Users

Request
Security:
vc-security
Request Body schema: application/json
exportType
string
object (UserCriteria)
Responses
200

A xmls file

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/user-service/v1/user/export
Request samples
application/json
{
  • "exportType": "string",
  • "criteria": {
    }
}
Response samples
application/json
{
  • "message": "The token is expired.",
  • "status": 401,
  • "error": "Unauthorized",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/user-service/v1"
}