POST mobile/conversation/{id}/adduser?userId={userId}
add user to current conversation
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| userId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"isDone": true,
"code": 0,
"message": "sample string 2",
"cachedKey": "sample string 3",
"correlationId": "1547447f-138d-46d5-a823-52b6a3eab123",
"data": {
"id": "sample string 1",
"fullName": "sample string 2",
"icon": {
"photo": "sample string 1",
"isUseAvatar": true,
"avatarBackgroundColor": "sample string 3",
"avatarName": "sample string 4"
}
}
}
application/xml, text/xml
Sample:
<ApiResponseOfUserBasicItemOutVOFP0KSs_SV xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AiChinese.Internal.API"> <CachedKey>sample string 3</CachedKey> <Code>None</Code> <CorrelationId>1547447f-138d-46d5-a823-52b6a3eab123</CorrelationId> <IsDone>true</IsDone> <Message>sample string 2</Message> </ApiResponseOfUserBasicItemOutVOFP0KSs_SV>