Get Job status
/cloudapi/restapi/user/status/{jobId}
Request
-
jobId(required): string
Job Id for which the status is being requested.
Response
- application/json
200 Response
202 Response
400 Response
500 Response
Examples
Method
GET
Response Content Type
application/json
Operation
/cloudapi/restapi/user/status/{jobId}
cURL Example
REQUEST URL
https://<hostname>:<port>/cloudapi/restapi/users/status/95733
curl -X GET "http://<hostname>:<port>/cloudapi/restapi/user/status/95733" -H "accept: application/json"
Response Body Example
{
"added": [
{
"status": "Active",
"roles": [
{
"displayName": "Primavera Unifier Production",
"id": "77",
"name": "PrimaveraUnifierProduction"
}
],
"locked": false,
"disabled": false,
"createdBy": "COADMIN",
"loginId": "JSMITH",
"organization": {
"associations": [],
"displayName": "sfo",
"id": "4",
"inheritedPolicy": false,
"isDeletable": false,
"bidderCompany": false,
"name": "sfo"
},
"emailAddress": "jim.smith@pgbu.com",
"id": "3473",
"statusInfo": "",
"pwdWarned": false,
"loginAttemptsCtr": "0",
"lastAction": "Created",
"updatedDate": "2018-05-30T07:54:17",
"firstName": "JIM",
"lastName": "SMITH",
"userType": "Employee",
"createdDate": "2018-05-30T07:54:17",
"pwdExpireDate": "2019-03-26T07:59:39",
"pwdWarnDate": "2018-10-27T07:59:39",
"provisionedDate": "2018-05-30T07:59:38",
"pwdExpired": false,
"pwdCantChange": false,
"changePwdAtNextLogin": true
}
],
"modified": [],
"deleted": [],
"exception": "",
"message": "",
"updatedIdMap": {},
"localizedException": true
}