Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Represents the messaging functionality available in Microsoft Teams teamwork within an organization. This resource provides access to custom emojis that can be used in chat and channel messages.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List customEmojis | teamworkCustomEmoji collection | Get a list of custom emojis available in the organization. |
| Create teamworkCustomEmoji | teamworkCustomEmoji | Upload a new custom emoji to the organization. |
Properties
| Property | Type | Description |
|---|---|---|
| id | String | The unique identifier. Inherited from entity. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| customEmojis | teamworkCustomEmoji collection | The collection of custom emojis available in organization messaging. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamworkMessaging",
"id": "String (identifier)"
}