Microsoft Teams · Example Payload

Teams Graph Api Conversation Member Example

ChatCollaborationCommunicationMicrosoft 365ProductivityVideo Conferencing

Teams Graph Api Conversation Member Example is an example object payload from Microsoft Teams, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddisplayNamerolesuserIdemail

Example Payload

Raw ↑
{
  "id": "membership-001",
  "displayName": "Jane Smith",
  "roles": ["owner"],
  "userId": "user-abc123",
  "email": "jsmith@contoso.com"
}