Details about a user assigned to a project role.

interface RoleActor {
    actorGroup?: ProjectRoleGroup;
    actorUser?: ProjectRoleUser;
    avatarUrl?: string;
    displayName?: string;
    id?: number;
    name?: string;
    type?: "atlassian-group-role-actor" | "atlassian-user-role-actor";
}

Properties

actorGroup?: ProjectRoleGroup
actorUser?: ProjectRoleUser
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?: "atlassian-group-role-actor" | "atlassian-user-role-actor"

The type of role actor.