Chat.Create
.Parameter | Description |
---|---|
Chat Type | Specifies the type of chat. |
Members | The IDs or emails of the members of the chat, comma separated. |
Topic | The title of the chat. The chat title can be provided only if the chat is of group type. |
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#chats/$entity",
"id": "19:82fe7758-5bb3-4f0d-a43f-e555fd399c6f_8c0a1a67-50ce-4114-bb6c-da9c5dbcf6ca@unq.gbl.spaces",
"topic": null,
"createdDateTime": "2020-12-04T23:10:28.51Z",
"lastUpdatedDateTime": "2020-12-04T23:10:28.51Z",
"chatType": "oneOnOne",
"webUrl": "<string>",
"tenantId": "<string>",
"isHiddenForAllMembers": false,
"viewpoint": null,
"onlineMeetingInfo": null
}
Was this page helpful?