CreateChat
Initiates a one-on-one or group chat in Teams by specifying participants and chat metadata.
Input
| Name | Type | Required | Description |
| ChatType | String | True | Defines the type of chat to create. Valid values are group for multi-user conversations and oneOnOne for direct messages between two users. |
| Members | String | True | Comma-separated list of user IDs to include in the chat. Ensure each user ID is valid and separated by a comma and a space. |
| Topic | String | False | Optional title for the chat. Only applicable if the chat type is group; ignored for oneOnOne chats. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the chat creation process completed successfully. |