Represents an actor in Plot - a user, contact, or twist.
Actors can be associated with activities as authors, assignees, or mentions.
The email field is only included when ContactAccess.Read permission is granted.
Example
constactor: Actor = { id:"f0ffd5f8-1635-4b13-9532-35f97446db90"asActorId, type:ActorType.Contact, email:"[email protected]", // Only if ContactAccess.Read name:"John Doe" };
Represents an actor in Plot - a user, contact, or twist.
Actors can be associated with activities as authors, assignees, or mentions. The email field is only included when ContactAccess.Read permission is granted.
Example