restoreO365TeamsConversations
Restore Team conversations.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | RestoreO365TeamsConversationsInput! | The input for the operation to restore conversations for O365 teams. |
Returns
Sample
{
"input": {
"channelRecoveryType": "ALL",
"o365AppId": "example-string",
"recoverWithLatestPermissions": true,
"refreshTokenEncrypted": "example-string",
"shouldCreateDestChannel": true,
"shouldRestoreFileAttachments": true,
"snapshotSequenceNum": 0,
"teamChannels": [
{
"folderId": "example-string",
"membershipType": "ALL",
"name": "example-string",
"naturalId": "example-string"
}
],
"teamUuid": "00000000-0000-0000-0000-000000000000"
}
}