Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 894 Bytes

Group.md

File metadata and controls

14 lines (10 loc) · 894 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]