Export a Job's failed users

get

/cloudapi/restapi/v3/user/status/{jobId}/draft

This operation exports to a CSV file a list of all users for which a given create or modify job {jobId} failed. Example request: GET /cloudapi/restapi/v3/user/status/12345/draft

Request

Path Parameters
  • Job Id corresponding to which failed users in creation/modification operation are requested.
    Example:
    12345

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: string(binary)

400 Response

Invalid input, Please check.

500 Response

Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.
Back to Top