abacusai.external_invite
Classes
The response of the invites for different emails |
Module Contents
- class abacusai.external_invite.ExternalInvite(client, userAlreadyInOrg=None, userAlreadyInAppGroup=None, userExistsAsInternal=None, successfulInvites=None)
Bases:
abacusai.return_class.AbstractApiClass
The response of the invites for different emails
- Parameters:
client (ApiClient) – An authenticated API Client instance
userAlreadyInOrg (list) – List of user emails not successfully invited, because they are already in the organization.
userAlreadyInAppGroup (list) – List of user emails not successfully invited, because they are already in the application group.
userExistsAsInternal (list) – List of user emails not successfully invited, because they are already internal users.
successfulInvites (list) – List of users successfully invited.
- user_already_in_org
- user_already_in_app_group
- user_exists_as_internal
- successful_invites
- deprecated_keys
- __repr__()