Home > @vsf-enterprise/sap-commerce-webservices-sdk > UserGroup
UserGroup interface
Representation of an User Group UserGroup
Signature:
export interface UserGroup 
Properties
| Property | Type | Description | 
|---|---|---|
| members? | Array<Principal> | (Optional) List of members | 
| membersCount? | number | (Optional) Number of members | 
| name? | string | (Optional) Name of the user | 
| subGroups? | Array<UserGroup> | (Optional) List of subgroups | 
| uid? | string | (Optional) Unique user identifier |