post https://api.safetyculture.io/users/v1/users/upsert
Performs bulk user creation or updates synchronously and returns the results in real time.
Bulk user management APIs are in Early Access, and may change without notice.
Create or update up to 10 users in a single request and receive results immediately, including the created users' IDs.
For larger operations, use the asynchronous flow.
Requirements
- SafetyCulture Premium Plan or Enterprise Plan
- "Platform management: Users" permission
- "Platform management: Permissions" permission
- Full seat
Error handling
If the system encounters an error with a user record, it will still process all other user records.
The response will include any validation or processing errors. See bulk user operations errors for details on error codes and meanings.
Validation option
Set the validate_only
parameter to true
to validate your data without making any changes.