abacusai.app_user_group

Module Contents

Classes

AppUserGroup

An app user group. This is used to determine which users have permissions for external chatbots.

class abacusai.app_user_group.AppUserGroup(client, name=None, userGroupId=None, externalApplicationIds=None, users={})

Bases: abacusai.return_class.AbstractApiClass

An app user group. This is used to determine which users have permissions for external chatbots.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • name (str) – The name of the user group.

  • userGroupId (str) – The unique identifier of the user group.

  • externalApplicationIds (list[str]) – The ids of the external applications the group has access to.

  • users (User) – The users in the user group.

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict