PUT /mcmessages/forward/{id}/{userId}
Forwards a message to the specified user.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
id |
ID of the message to be forwarded |
path
|
|
String
|
userId |
ID of the user to be assigned to the message |
path
|
|
String
|
Result
String
of type:
text/plain
a String message to be displayed to the user with success/failure of the forwarding of the message
Try It Out
Request