| Name | Type | Description | Notes |
|---|---|---|---|
| TeammateId | string | Unique indentifier | [optional] |
| UserId | int? | User ID of the teammate | [optional] |
| Name | string | Name | [optional] |
| LastActivity | DateTime? | Last activity | [optional] |
| AppId | string | Access level is for this App | [optional] |
| InvitationStatus | string | Invitation status | [optional] |
| 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] |