Get a create-or-update users job

Retrieves details of a create-or-update users job, including the submitted users and any validation results if the job has started.

Check the status and results of your create-or-update users job. Use this after calling the Start create or update users job endpoint.

Requirements

Job status

Job status values show where your job is in the process:

  • STATUS_PENDING: Job awaits validation
  • STATUS_VALIDATING: Validation in progress
  • STATUS_VALIDATED: Validation succeeded without errors
  • STATUS_VALIDATED_WITH_ERRORS: Validation succeeded with non-blocking errors
  • STATUS_EXECUTING: User operations in progress
  • STATUS_COMPLETED: Job finished without errors
  • STATUS_COMPLETED_WITH_ERRORS: Job finished with non-blocking errors
  • STATUS_ERRORED: Job hit blocking errors
  • STATUS_CANCELLED: Job cancelled by user
Path Params
string
required

ID of the job to get status for.

Query Params
int32

Limit of users to return in the response.

string

Optional. The next page token to continue the lookup

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json