Export a Job's log
get
/cloudapi/restapi/v3/user/status/{jobId}/log
This operation exports a TXT file containing a summary of actions completed for a given job {jobId}.
Request
Supported Media Types
- text/plain
Path Parameters
-
jobId(required): string
Job Id corresponding to a User Create/Modify operation for which the logs 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.