Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 859 Bytes

File metadata and controls

13 lines (10 loc) · 859 Bytes

# Group

Properties

Name Type Description Notes
group_oid int The unique object identifier (oid for short) for this group [optional]
name string The name of this group. [optional]
notifications \ultracart\v2\models\Notification[] A list of notifications the user receives. [optional]
permissions \ultracart\v2\models\Permission[] A list of permissions the user enjoys for accessing the backend of UltraCart. [optional]
users \ultracart\v2\models\GroupUserMembership[] A list of users that belong to this group. [optional]

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