projects_members
Overview
Name | projects_members |
Type | Resource |
Id | vercel.project_members.projects_members |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of this user. |
avatar | string | ID of the file for the Avatar of this member. |
createdAt | number | Timestamp in milliseconds when this member was added. |
email | string | The email of this member. |
role | string | Role of this user in the project. |
uid | string | The ID of this user. |
username | string | The unique username of this user. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_project_members | SELECT | idOrName, teamId | Lists all members of a project. |
remove_project_member | DELETE | idOrName, teamId, uid | Remove a member from a specific project |
_get_project_members | EXEC | idOrName, teamId | Lists all members of a project. |
add_project_member | EXEC | idOrName, teamId, data__role | Adds a new member to the project. |