Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.21 KB

File metadata and controls

33 lines (26 loc) · 1.21 KB

TeammateBase

Properties

Name Type Description Notes
appAccessLevel AppAccessLevelEnum App access level [optional]
hasAccessToAllStores Boolean The user has access to all stores for the app (including new stores that added later) [optional]
storeIds List<Integer> Store IDs the user has access to (if HasAccessToAllStores is false) [optional]
propertyIds List<String> Property Ids the user has access to (if HasAccessToAllStores is false) [optional]

Enum: AppAccessLevelEnum

Name Value
NONE "None"
OWNER "Owner"
STOREOWNER "StoreOwner"
PROPERTYOWNER "PropertyOwner"
MANAGEDOWNER "ManagedOwner"
INTEGRATOR "Integrator"
PROPERTYMANAGER "PropertyManager"
STOREMANAGER "StoreManager"
STORESTAFF "StoreStaff"
STAFFMEMBER "StaffMember"
STOREREADONLYACCESS "StoreReadOnlyAccess"
FINANCEMANGER "FinanceManger"
ONBOARDING "Onboarding"
SUPPORT "Support"