GroupCollaborators
Query group collaborators for airtable bases and workspaces.
View-Specific Information
Note: Querying this view requires an Airtable Enterprise plan.SELECT Examples
SELECT * FROM [Information].[GroupCollaborators]
SELECT * FROM [Information].[GroupCollaborators] WHERE BaseId = 'appWJ6DP3C7Guh9fS'
Columns
| Name | Type | Description |
| WorkspaceId [KEY] | String | The Workspace ID, a unique identifier for the Airtable workspace. |
| BaseId [KEY] | String | The Base ID, a unique identifier for the Airtable base. |
| BaseName | String | The name of the base. |
| GroupId [KEY] | String | The ID of the group. |
| GroupName | String | The name of the group. |
| GrantedByUserId | String | The ID of the user that granted permissions. |
| PermissionLevel | String | The permission level. |
| IsAccessedFromWorkspace | Boolean | Boolean indicating if this group is granted access to the base implicitly by being granted access to the workspace. |