get https://api.safetyculture.io/users/v1/users/upsert/jobs/
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
- SafetyCulture Premium Plan or Enterprise Plan
- "Platform management: Users" permission
- "Platform management: Permissions" permission
- Full seat
Job status
Job status values show where your job is in the process:
STATUS_PENDING
: Job awaits validationSTATUS_VALIDATING
: Validation in progressSTATUS_VALIDATED
: Validation succeeded without errorsSTATUS_VALIDATED_WITH_ERRORS
: Validation succeeded with non-blocking errorsSTATUS_EXECUTING
: User operations in progressSTATUS_COMPLETED
: Job finished without errorsSTATUS_COMPLETED_WITH_ERRORS
: Job finished with non-blocking errorsSTATUS_ERRORED
: Job hit blocking errorsSTATUS_CANCELLED
: Job cancelled by user