Skip to main content

Add Chat Member

Add a member to a chat.

  • Least privileged Microsoft Graph permission to access the action via application: ChatMember.ReadWrite.All.
  • Least privileged Microsoft Graph permission to access the action via OAuth: ChatMember.ReadWrite.

More information about the higher privileged permissions can be found in the Microsoft Teams permissions documentation.

External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
Chat IDThe ID of the chat to add the member to.
MemberThe ID or email of the member to add to the chat.
Visible History StartThe timespan for the conversation history the member will be able to view. Leave blank to share no chat history. Or set to 0001-01-01T00:00:00Z to share all chat history.

Workflow Library Example

Add Chat Member with Microsoft Teams and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop