Start a create-or-update users jobCopy Pagepost https://api.safetyculture.io/users/v1/users/upsert/jobs/{job_id}Starts an initialized job to create or update users.Path Paramsjob_idstringrequiredThe id of the job to startBody Paramsvalidate_onlybooleanIf this job should be validate only.truefalseemail_settingsobjectOptional. Email settings for new users that are created - defaults to sending an email if not provided. Overwritten by more specific EmailSettings on the individual user (as specified on InitCreateOrUpdateUsersJobRequest)email_settings objectpassword_settingsobjectOptional. Password settings for users in this job.Parameters to force password reset for a user objectResponses 200A successful response. defaultAn unexpected error response.Updated 23 days ago