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 will be 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.
| 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. Do not 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. |
Feedback
Submit and view feedback for