Get Job status
get
/cloudapi/restapi/v3/user/status/{jobId}
This operation reveals the status corresponding to the job {jobId}. If the job is complete, the operation returns OK (200), otherwise the operation returns ACCEPTED (202) with the location header in the response.
Request
Path Parameters
-
jobId(required): string
Job Id for which the status is being requested.
Response
Supported Media Types
- application/json
200 Response
Create/Modify Users job has been successfully executed.
202 Response
This Create/Modify Users job is currently in progress.
400 Response
Invalid input, Please check.
500 Response
Internal Server Error. Underlying Identity Management System threw an error, Please check the logs.