Channel.Create.Group
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Application Permission
|
|
Id |
|
Display String |
|
Description |
|
Resources
Property |
Type |
Description |
description |
String |
Optional textual description for the channel. |
displayName |
String |
Channel name as it will appear to the user in Microsoft Teams. |
id |
String |
The channel's unique identifier. Read-only. |
isFavoriteByDefault |
Boolean |
Indicates whether the channel should automatically be marked 'favorite' for all members of the team. Can only be set programmatically with Create team. Default: false . |
email |
String |
The email address for sending messages to the channel. Read-only. |
webUrl |
String |
A hyperlink that will go to the channel in Microsoft Teams. This is the URL that you get when you right-click a channel in Microsoft Teams and select Get link to channel. This URL should be treated as an opaque blob, and not parsed. Read-only. |
membershipType |
channelMembershipType |
The type of the channel. Can be set during creation and can't be changed. Possible values are: standard - Channel inherits the list of members of the parent team; private - Channel can have members that are a subset of all the members on the parent team. |
createdDateTime |
dateTimeOffset |
Read only. Timestamp at which the channel was created. |
Property |
Type |
Description |
id |
string |
Unique operation id. |
operationType |
teamsAsyncOperationType |
Denotes which type of operation is being described. |
createdDateTime |
DateTimeOffset |
Time when the operation was created. |
status |
teamsAsyncOperationStatus |
Operation status. |
lastActionDateTime |
DateTimeOffset |
Time when the async operation was last updated. |
attemptsCount |
Int32 |
Number of times the operation was attempted before being marked successful or failed. |
targetResourceId |
guid |
The ID of the object that's created or modified as result of this async operation, typically a team. |
targetResourceLocation |
string |
The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths. |
error |
operationError |
Any error that causes the async operation to fail. |