Skip to content

Assign a moderator to article or articles

Articles

A moderator can assign another moderator to an article or articles.

POST
/articles/assignModerator

Parameters

Query Parameters

moderatorId*

ID of the moderator to assign the article

Type
string
Required

Request Body

application/json
JSON
{
  
"articleIds": [
  
  
"1"
  
],
  
"assignedTo": "6"
}

Responses

Moderator was assigned to the article

Samples

Gainsight CC Developer Portal