Details about a user assigned to a project role.

interface RoleActor {
    actorGroup?: Version2.Version2Models.ProjectRoleGroup;
    actorUser?: Version2.Version2Models.ProjectRoleUser;
    avatarUrl?: string;
    displayName?: string;
    id?: number;
    name?: string;
    type?: string;
}

Properties

avatarUrl?: string

The avatar of the role actor.

displayName?: string

The display name of the role actor. For users, depending on the user’s privacy setting, this may return an alternative value for the user's name.

id?: number

The ID of the role actor.

name?: string

This property is no longer available and will be removed from the documentation soon. See the deprecation notice for details.

type?: string

The type of role actor.