teamsAsyncOperationType enum type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Types of teamsAsyncOperation. Members are added here as more async operations are supported.

Members

The following table lists the members of an evolvable enumeration. You must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: teamifyGroup, createChannel, createChat, archiveChannel, unarchiveChannel.

Member Description
invalid Invalid value.
cloneTeam Operation to clone a team.
archiveTeam Operation to archive a team.
unarchiveTeam Operation to restore an archived team.
createTeam Operation to create a team from scratch.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.
teamifyGroup Operation to create a team from a group.
createChannel Operation to create a channel in a team.
createChat Operation to create a chat from scratch.
archiveChannel Operation to archive a channel.
unarchiveChannel Operation to unarchive a channel.