Skip to content

Latest commit

 

History

History
18 lines (14 loc) Β· 1.08 KB

File metadata and controls

18 lines (14 loc) Β· 1.08 KB

UserGroupModel

Properties

Name Type Description Notes
created_epoch_millis int [optional]
customer str The id of the customer to which the user group belongs [optional]
description str The description of the user group [optional]
id str The unique identifier of the user group [optional]
name str The name of the user group
permissions list[str] List of permissions the user group has been granted access to
properties UserGroupPropertiesDTO The properties of the user group(name editable, users editable, etc.) [optional]
user_count int Total number of users that are members of the user group [optional]
users list[str] List(may be incomplete) of users that are members of the user group. [optional]

[Back to Model list] [Back to API list] [Back to README]