interface RemoveRequestParticipants {
    accountIds?: string[];
    issueIdOrKey: string;
    usernames?: string[];
}

Hierarchy (view full)

Properties

accountIds?: string[]

List of users, specified by account IDs, to add to or remove as participants in the request.

issueIdOrKey: string

The ID or key of the customer request to have participants removed.

usernames?: string[]

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