Skip to content

o365TeamConversationsFolderID

ID for the conversations folder in the Team's Group Mailbox.

Arguments

Argument Type Description
snappableFid (required) UUID! The FID for the workload.
snapshotFid (required) UUID! The ID of the snapshot.
o365OrgId (required) UUID! The FID for the O365 organization.

Returns

String!

Sample

query O365TeamConversationsFolderID($snappableFid: UUID!, $snapshotFid: UUID!, $o365OrgId: UUID!) {
  o365TeamConversationsFolderID(
    snappableFid: $snappableFid
    snapshotFid: $snapshotFid
    o365OrgId: $o365OrgId
  )
}
{
  "snappableFid": "00000000-0000-0000-0000-000000000000",
  "snapshotFid": "00000000-0000-0000-0000-000000000000",
  "o365OrgId": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "o365TeamConversationsFolderID": "example-string"
  }
}