Export failed users through this job id

To export the list of failed users:

1. Send a request to the create user endpoint to create a user. The create user request returns a job ID. For example:

Endpoint: /cloudapi/restapi/user

Request body:






















For this example, assume the response is 40870.

2. Send a request to the job status endpoint to view the list of create user jobs which did not complete successful. Use the response from step 1 in the Request URL. The job status endpoint returns a json object containing the list of users. For example:

https://<server_URL>/cloudapi/restapi/users/status/40870

For this example, the response might be: