Show / Hide Table of Contents

ChatMember.Read.All

Read the members of all chats, without a signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A GET /chats/{chat-id}/members
V1 A GET /chats/{chat-id}/members/{membership-id}
V1 A GET /users/{user-id | user-principal-name}/chats/{chat-id}/members
Beta A GET /users/{user-id | user-principal-name}/chats/{chat-id}/members/{membership-id}
V1 A GET /users/{user-id} | user-principal-name/chats/{chat-id}/members/{membership-id}

Application Permission

Id a3410be2-8e48-4f32-8454-c29a7465209d
Display String Read the members of all chats
Description Read the members of all chats, without a signed-in user.

Resources

chat

Property Type Description
chatType chatType Specifies the type of chat. Possible values are: group, oneOnOne, meeting, unknownFutureValue.
createdDateTime dateTimeOffset Date and time at which the chat was created. Read-only.
id String The chat's unique identifier. Read-only.
lastUpdatedDateTime dateTimeOffset Date and time at which the chat was renamed or list of members were last changed. Read-only.
onlineMeetingInfo teamworkOnlineMeetingInfo Represents details about an online meeting. If the chat isn't associated with an online meeting, the property is empty. Read-only.
tenantId String The identifier of the tenant in which the chat was created. Read-only.
topic String (Optional) Subject or topic for the chat. Only available for group chats.
webUrl String The URL for the chat in Microsoft Teams. The URL should be treated as an opaque blob, and not parsed. Read-only.

conversationMember

Property Type Description
id String Read-only. Unique ID of the user.
displayName string The display name of the user.
roles string collection The roles for that user.
visibleHistoryStartDateTime DateTimeOffset The timestamp denoting how far back a conversation's history is shared with the conversation member. This property is settable only for members of a chat.
In This Article
Back to top Created by merill | Submit feedback