Method
addUserToOrganization POST
Copy POST

Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes email str The email address to invite to your organization.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error

Exceptions:

TYPE WHEN
ConflictError

The specified email is already invited to the organization.

Language: