Skip to main content

projects_members

Overview

Nameprojects_members
TypeResource
Idvercel.project_members.projects_members

Fields

NameDatatypeDescription
namestringThe name of this user.
avatarstringID of the file for the Avatar of this member.
createdAtnumberTimestamp in milliseconds when this member was added.
emailstringThe email of this member.
rolestringRole of this user in the project.
uidstringThe ID of this user.
usernamestringThe unique username of this user.

Methods

NameAccessible byRequired ParamsDescription
get_project_membersSELECTidOrName, teamIdLists all members of a project.
remove_project_memberDELETEidOrName, teamId, uidRemove a member from a specific project
_get_project_membersEXECidOrName, teamIdLists all members of a project.
add_project_memberEXECidOrName, teamId, data__roleAdds a new member to the project.