v2

OpenAPI 3.0.12026-08-0174115357.9 KB
Request

Add request participants

This method adds participants to a customer request.

Permissions required: Permission to manage participants on the customer request.

Note, participants can be added when creating a customer request using the request resource, by defining the participants in the requestParticipants field.

post/rest/servicedeskapi/request/{issueIdOrKey}/participant

Path parameters

issueIdOrKeystring required

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

Request body

accountIdsstring[]

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

usernamesstring[]

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

Response

Returns the participants added to the customer request.

_expandsstring[]
isLastPageboolean

Indicates if this is the last page of records (true) or not (false).

limitinteger

Number of items to be returned per page, up to the maximum set for these objects in the current implementation.

sizeinteger

Number of items returned in the page.

startinteger

Index of the first item returned in the page.