Click or drag to resize

TeamMembershipClient Methods

The TeamMembershipClient type exposes the following members.

Methods
  NameDescription
Public methodCreateByEmail
Add a person to a teams by email address; optionally making the person a moderator of the team.
Public methodCreateById
Adds a person to a team by person id; optionally making the person a moderator of the team.
Public methodDelete
Deletes a membership by id.
Public methodGet
Retrieves the details for a membership by id.
Public methodList
Lists all team memberships where the authenticated user belongs.
Public methodUpdate
Updates the details for a membership by id.
Top
See Also