GET /mcmessages/user
Retrieves MC Messages for the specified user ID.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
userId |
ID of the user for whom to return messages |
query
|
|
String
|
Result
List
<
RowMcMessage
>
of type:
application/xml
application/json
a list of RowMcMessage objects for the specified user
Child Elements:
RowUsers
This element represent the user associated with the message, by the mc_message.mc_user_id
field.
The element contains a __name
attribute with the value mcUser
.
Try It Out
Request