AppCollaborators
Get all app collaborators.
View-Specific Information
SELECT
Note: The AppId filter is required to retrieve data from this table.The provider uses the Monday API to process some of the filters. The provider processes other filters client-side within the provider.
- AppId supports the '=','IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM AppCollaborators WHERE AppId = '10483971'
SELECT * FROM AppCollaborators WHERE AppId IN ('10483971', '10483972')
Columns
| Name | Type | References | Description |
| AppId [KEY] | String | The app's unique identifier. | |
| Id [KEY] | String | The user's unique identifier. | |
| Name | String | The user's name. | |
| Phone | String | The user's phone number. | |
| Birthday | Date | The user's birthday. | |
| CurrentLanguage | String | The current user's language. | |
| CreatedAt | Datetime | The user's creation date. | |
| LastActivity | Datetime | Last date and time when user was active. | |
| String | The user's email. | ||
| Enabled | Bool | Whether or not the user is enabled. | |
| IsAdmin | Bool | Whether or not the user is an account admin. | |
| IsGuest | Bool | Whether or not the user is a guest. | |
| IsPending | Bool | Whether or not the user is a pending user | |
| IsVerified | Bool | Whether or not the user verified their email. | |
| IsViewOnly | Bool | Whether or not the user is a view only user. | |
| Location | String | The user's location. | |
| MobilePhone | String | The user's mobile phone number. | |
| Title | String | The user's title. | |
| Url | String | The user's profile url. |