Edit

customEmojiFromIdentitySet resource 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.

Represents the identity of the user who created a custom emoji in the teamwork messaging of the organization.

Inherits from identitySet.

Properties

Property Type Description
application identity If present, represents the application that created the emoji. Inherited from identitySet.
device identity Not implemented. Don't use. Inherited from identitySet.
user teamworkUserIdentity If present, represents the user who created the emoji.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
    "@odata.type": "#microsoft.graph.customEmojiFromIdentitySet",
    "user": {
        "@odata.type": "microsoft.graph.teamworkUserIdentity"
    },
    "application": {
        "@odata.type": "microsoft.graph.identity"
    },
    "device": {
        "@odata.type": "microsoft.graph.identity"
    }
}