/vercel-teams | Type: Application | PCID required: Yes
Tools
vercel_teams_create_auth_token
Create an Auth Token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | No | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
expiresAt | number | No | — | Expires At |
name | string | Yes | — | The name value |
vercel_teams_create_team
Create a Team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
attribution | object | No | — | Attribution information for the session or current page |
name | string | No | — | The desired name for the Team. It will be generated from the provided slug if nothing is provided |
slug | string | Yes | — | The desired slug for the Team |
vercel_teams_delete_auth_token
Delete an authentication token Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tokenId | string | Yes | — | The identifier of the token to invalidate. The special value “current” may be supplied, which invalidates the token that the HTTP request was authenticated with. |
vercel_teams_delete_microfrontends_group
Delete a microfrontends group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | The microfrontend group ID to delete. |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
vercel_teams_delete_team
Delete a Team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
newDefaultTeamId | string | No | — | Id of the team to be set as the new default team |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
reasons | any[] | No | — | Optional array of objects that describe the reason why the team is being deleted. |
vercel_teams_delete_team_invite_code
Delete a Team invite code Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
inviteId | string | Yes | — | The Team invite code ID. |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
vercel_teams_exchange_sso_token
SSO Token Exchange Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
body | object | Yes | — | Request body |
vercel_teams_get_auth_token
Get Auth Token Metadata Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
tokenId | string | Yes | — | The identifier of the token to retrieve. The special value “current” may be supplied, which returns the metadata for the token that the current HTTP request is authenticated with. |
vercel_teams_get_auth_user
Get the Uservercel_teams_get_team
Get a Team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
slug | string | No | — | The slug value |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
vercel_teams_get_team_access_request
Get access request status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
userId | string | Yes | — | The unique user identifier |
teamId | string | Yes | — | The unique team identifier |
vercel_teams_get_team_members
List team members Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | number | No | — | Limit how many teams should be returned |
since | number | No | — | Timestamp in milliseconds to only include members added since then. |
until | number | No | — | Timestamp in milliseconds to only include members added until then. |
search | string | No | — | Search team members by their name, username, and email. |
role | string | No | — | Only return members with the specified team role. |
excludeProject | string | No | — | Exclude members who belong to the specified project. |
eligibleMembersForProjectId | string | No | — | Include team members who are eligible to be members of the specified project. |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
vercel_teams_get_teams
List all teams Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | number | No | — | Maximum number of Teams which may be returned. |
since | number | No | — | Timestamp (in milliseconds) to only include Teams created since then. |
until | number | No | — | Timestamp (in milliseconds) to only include Teams created until then. |
vercel_teams_invite_user_to_team
Invite a user Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
body | any[] | No | — | Request body |
vercel_teams_join_team
Join a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | The unique team identifier |
inviteCode | string | No | — | The invite code to join the team. |
vercel_teams_list_auth_tokens
List Auth Tokensvercel_teams_list_event_types
List Event Types Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | No | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
vercel_teams_list_user_events
List User Events Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
limit | number | No | — | Maximum number of items which may be returned. |
since | string | No | — | Timestamp to only include items created since then. |
until | string | No | — | Timestamp to only include items created until then. |
types | string | No | — | Comma-delimited list of event “types” to filter the results by. |
userId | string | No | — | Deprecated. Use principalId instead. If principalId and userId both exist, principalId will be used. |
principalId | string | No | — | When retrieving events for a Team, the principalId parameter may be specified to filter events generated by a specific principal. |
projectIds | string | No | — | Comma-delimited list of project IDs to filter the results by. |
withPayload | string | No | — | When set to true, the response will include the payload field for each event. |
teamId | string | No | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
vercel_teams_patch_team
Update a Team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
avatar | string | No | — | The hash value of an uploaded image. |
defaultDeploymentProtection | object | No | — | Default deployment protection settings for new projects. |
defaultExpirationSettings | object | No | — | Default Expiration Settings |
description | string | No | — | A short text that describes the team. |
emailDomain | string | No | — | Email Domain |
enablePreviewFeedback | string | No | — | Enable preview toolbar: one of on, off or default. |
enableProductionFeedback | string | No | — | Enable production toolbar: one of on, off or default. |
hideIpAddresses | boolean | No | — | Display or hide IP addresses in Monitoring queries. |
hideIpAddressesInLogDrains | boolean | No | — | Display or hide IP addresses in Log Drains. |
name | string | No | — | The name of the team. |
nsnbConfig | object | No | — | Nsnb Config |
previewDeploymentSuffix | string | No | — | Suffix that will be used for all preview deployments. |
regenerateInviteCode | boolean | No | — | Create a new invite code and replace the current one. |
remoteCaching | object | No | — | Whether or not remote caching is enabled for the team |
resourceConfig | object | No | — | Resource configuration for the team. |
saml | object | No | — | The saml value |
sensitiveEnvironmentVariablePolicy | string | No | — | Sensitive environment variable policy: one of on, off or default. |
strictDeploymentProtectionSettings | object | No | — | When enabled, deployment protection settings require stricter permissions (owner-only). |
vercel_teams_post_team_dsync_roles
Update Team Directory Sync Role Mappings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
roles | object | Yes | — | Directory groups to role or access group mappings. |
vercel_teams_remove_team_member
Remove a Team Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uid | string | Yes | — | The user ID of the member. |
newDefaultTeamId | string | No | — | The ID of the team to set as the new default team for the Northstar user. |
teamId | string | Yes | — | The unique team identifier |
vercel_teams_request_access_to_team
Request access to a team Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | The unique team identifier |
joinedFrom | object | Yes | — | Joined From |
vercel_teams_request_delete
Delete User Account Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
reasons | any[] | No | — | Optional array of objects that describe the reason why the User account is being deleted. |
vercel_teams_update_microfrontends_group
Update a microfrontends group Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
groupId | string | Yes | — | Group Id |
teamId | string | Yes | — | The Team identifier to perform the request on behalf of. |
slug | string | No | — | The Team slug to perform the request on behalf of. |
fallbackEnvironment | string | No | — | The new fallback environment for the microfrontends group. Must be “SAME_ENV”, “PRODUCTION”, or a valid custom environment slug from the default app. |
name | string | No | — | The new name for the existing microfrontends group. |
vercel_teams_update_team_member
Update a Team Member Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
uid | string | Yes | — | The ID of the member. |
teamId | string | Yes | — | The unique team identifier |
confirmed | boolean | No | — | Accept a user who requested access to the team. |
joinedFrom | object | No | — | Joined From |
projects | any[] | No | — | The projects value |
role | string | No | — | The role in the team of the member. |

