Export a Job's failed users
get
/cloudapi/restapi/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.
Request
Supported Media Types
- text/plain
Path Parameters
-
jobId(required): string
Job Id corresponding to which failed users in creation/modification operation are requested.
Response
Supported Media Types
- application/octet-stream
200 Response
successful operation
Root Schema : schema
Type:
file
400 Response
Invalid input, Please check.
500 Response
Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.
Examples
Method
GET
Response Content Type
text/plain
Operation
/cloudapi/restapi/user/status/{jobId}/draft
cURL Example
REQUEST URL: http://<hostname>:<port>/cloudapi/restapi/user/status/40870/draft
curl -X GET "http://<hostname>:<port>/cloudapi/restapi/user/status/40870/draft" -H "accept: application/octet-stream"
Response Body Example
Last Name,First Name,Email,Username,Company,User Type,Locked,Active
SMITH,JIM,jim.smith@company.com,JSMITH,sfo,Employee,NO,YES