post https://api.safetyculture.io/users/v1/users/upsert/jobs
Creates a new job to create or update users and returns a job ID for later execution.
Bulk user management APIs are in Early Access, and may change without notice.
Initialize a create-or-update users job. This is the first step in the asynchronous flow.
The response includes a job_id
, which you'll use to start the job using 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
Limitations
You can add up to 2000 users per request. For larger operations, call this endpoint again with the same job_id
to add more users to the job.