GET restapi/personal/instantmessages/messagethreads/onetoone/{personId}/v1
Gets the instant message thread id for a one to one conversation between the caller and a user.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
personId |
The person identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
a instant message thread id for the one to one conversation. 0 if the instant message thread does not exists.
integerResponse Formats
application/json, text/json
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>