abacusai.app_user_group
Module Contents
Classes
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).