abacusai.external_invite
========================

.. py:module:: abacusai.external_invite


Classes
-------

.. autoapisummary::

   abacusai.external_invite.ExternalInvite


Module Contents
---------------

.. py:class:: ExternalInvite(client, userAlreadyInOrg=None, userAlreadyInAppGroup=None, userExistsAsInternal=None, successfulInvites=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   The response of the invites for different emails

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param userAlreadyInOrg: List of user emails not successfully invited, because they are already in the organization.
   :type userAlreadyInOrg: list
   :param userAlreadyInAppGroup: List of user emails not successfully invited, because they are already in the application group.
   :type userAlreadyInAppGroup: list
   :param userExistsAsInternal: List of user emails not successfully invited, because they are already internal users.
   :type userExistsAsInternal: list
   :param successfulInvites: List of users successfully invited.
   :type successfulInvites: list


   .. py:attribute:: user_already_in_org
      :value: None



   .. py:attribute:: user_already_in_app_group
      :value: None



   .. py:attribute:: user_exists_as_internal
      :value: None



   .. py:attribute:: successful_invites
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



