Method
Invite a user to your organization. This method will send the specified email address an invitation link to join your organization.
| 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.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| TYPE |
WHEN |
| ConflictError |
The specified email is already invited to the organization. |