Overview

Resource WorkspaceParticipant represents a Participant of a TeamWorkspace. A TeamWorkspace Participant can be an organizationUser or a group. OrganizationUser Participants can be internal to the enterprise or external - see . The API teamWorkspace will return a UserWorkspaceParticipant when the participant is a OrganizationUser and a GroupWorkspaceParticipant when the participant is a Group.

Members

Show inherited members

Name Type Description

address

string

Return an alternative address of the internal participant or the address of the external participant.

name

string

Return the name of the Participant

participant

anyType

Return the Addressable of the participant.

properties

collabProperties

The Properties of this Participant.

roles

assignedRole[]

The Set of AssignedRoles directly granted to this Participant. Only Roles defined under the scope of this Workspace and directly granted to the Participant are returned.

Hierarchy

workspaceParticipant is an abstract type. It cannot directly be used. Rather, one of its subtypes must be used

Inherits From

Referenced By Representaions