Users
Create User
Add a user to an organization
POST
Create a new user with specific permissions in an organization.
The same email address can exist in multiple organizations. Each organization gets its own user record with its own permissions.
However, the same email cannot be added twice to the same organization.
Authorizations
Authentication header containing your API key.
Path
Organization unique_id
Body
User’s full name
User’s email address. Must be unique within the organization. The same email can be used across different organizations.
User’s phone number in E.164 format (e.g.,
+15551234567). Optional.Permission level:
admin or user. Default: userResponse
User identifier. Each user record gets a unique ID, even if the same email exists in another organization.
Campaigns created by this user
Error Responses
400
404
500
If a user with the same email already exists in the same organization, the request will be rejected.
To add the same person to a different organization, simply create a new user with the same email in the other organization — a new
unique_id will be generated.
