Adds a user to your organization.
This is a synchronous call that returns the user ID of the created user in the response.
A user can be added to SafetyCulture with or without a password. In both cases, the request would send the new user an email to notify that they've been added to the organization.
If you don’t provide a password when adding a user, they can set one using the link in the email they receive after being added to the organization.
Special cases:
If the user was added to the organization earlier and was de-activated or removed,
then adding the user via the API will cause an email to be sent to the user asking the user to re-activate their account.
If the user added to the organization already existed in SafetyCulture, any password provided with the Add User
request will be ignored. The user will still be able to log in to SafetyCulture with their old password.
Administrator users can only add users to the organization that they belong to.
It may take a few seconds until a newly added user is visible by other endpoints like those used to List group or organization users.
This endpoint requires the "Platform management: Users" permission.