| name | data type | description |
|---|---|---|
| message | string | Return the message which will be send to the listed users. |
| pageIds | array of string | Return the list of page ids. |
| userIds | array of number | Get the list of user ids for users which should be informed about the assign operation. |
Example
{
"message" : "...",
"pageIds" : [ "...", "..." ],
"userIds" : [ 12345, 12345 ]
}