Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 811 Bytes

File metadata and controls

13 lines (10 loc) · 811 Bytes

Flipdish.Model.CreateTeammate

Properties

Name Type Description Notes
Email string Email address [optional]
AppAccessLevel string App access level [optional]
HasAccessToAllStores bool? The user has access to all stores for the app (including new stores that added later) [optional]
StoreIds List<int?> 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]

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