Get Job status

get

/cloudapi/restapi/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. Example request: GET /cloudapi/restapi/user/status/12345

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Create/Modify Users job has been successfully executed.
Body ()
Root Schema : UserDataStore
Type: object
Title: UserDataStore
User create, update, delete request payload and job result.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users to create.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
User login IDs to delete.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users that failed delete processing.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users to update.
Show Source
Nested Schema : updatedIdMap
Type: object
Title: updatedIdMap
Additional Properties Allowed
Show Source
  • Mapping of original user identifiers to updated identifiers.
Mapping of original user identifiers to updated identifiers.
Nested Schema : UserRO
Type: object
Title: UserRO
User record used by Cloud Administration user management APIs.
Show Source
Nested Schema : CloudTZDateTime
Type: object
Title: CloudTZDateTime
Read Only: true
Date and time when the password was last reset.
Show Source
Nested Schema : CompanyRO
Type: object
Title: CompanyRO
Company or organization record used by Cloud Administration APIs.
Show Source
Nested Schema : List<RoleRO>
Type: array
Title: List<RoleRO>
Roles assigned to the user.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
Unique Items Required: true
Role or product associations for the company.
Show Source
Nested Schema : ShortPasswordPolicyRO
Type: object
Title: ShortPasswordPolicyRO
Summary password policy associated with a company.
Show Source
Nested Schema : RoleRO
Type: object
Title: RoleRO
Application role assigned to a user or company.
Show Source

202 Response

This Create/Modify Users job is currently in progress.
Body ()
Root Schema : UserDataStore
Type: object
Title: UserDataStore
User create, update, delete request payload and job result.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users to create.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
User login IDs to delete.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users that failed delete processing.
Show Source
Nested Schema : List<UserRO>
Type: array
Title: List<UserRO>
Users to update.
Show Source
Nested Schema : updatedIdMap
Type: object
Title: updatedIdMap
Additional Properties Allowed
Show Source
  • Mapping of original user identifiers to updated identifiers.
Mapping of original user identifiers to updated identifiers.
Nested Schema : UserRO
Type: object
Title: UserRO
User record used by Cloud Administration user management APIs.
Show Source
Nested Schema : CloudTZDateTime
Type: object
Title: CloudTZDateTime
Read Only: true
Date and time when the password was last reset.
Show Source
Nested Schema : CompanyRO
Type: object
Title: CompanyRO
Company or organization record used by Cloud Administration APIs.
Show Source
Nested Schema : List<RoleRO>
Type: array
Title: List<RoleRO>
Roles assigned to the user.
Show Source
Nested Schema : List<string>
Type: array
Title: List<string>
Unique Items Required: true
Role or product associations for the company.
Show Source
Nested Schema : ShortPasswordPolicyRO
Type: object
Title: ShortPasswordPolicyRO
Summary password policy associated with a company.
Show Source
Nested Schema : RoleRO
Type: object
Title: RoleRO
Application role assigned to a user or company.
Show Source

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