Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

UserGroup.md

File metadata and controls

17 lines (13 loc) · 1.02 KB

UserGroup

Properties

Name Type Description Notes
customer str ID of the customer to which the user group belongs [optional]
description str The description of the user group [optional]
id str Unique ID for the user group [optional]
name str Name of the user group [optional]
properties UserGroupPropertiesDTO The properties of the user group(name editable, users editable, etc.) [optional]
roles list[RoleDTO] List of roles the user group has been linked to [optional]
user_count int Total number of users that are members of the user group [optional]
users list[str] List of Users that are members of the user group. Maybe incomplete. [optional]

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