removeRequestParticipants
Syntax | removeRequestParticipants(requestId_or_Key, usersIds) | Package |
|
Alias |
| Pkg Usage |
|
Description
Removes one or multiple users from request participants, from a specified customer request.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
requestId_or_Key | String | Yes | The key or id of the customer request. |
usersIds | String [] | Yes | The accountIds of the users to be removed from request participants. |
Return Type
Boolean
Returns "true" if the operation didn't end in error.
Example
return removeRequestParticipants("SM-23", {"one_user_account_id", "two_user_account_id"})