Get 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.

📘

Bulk user management APIs are in Early Access, and may change without notice.

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
Language
Credentials
Bearer
Click Try It! to start a request and see the response here!