Show / Hide Table of Contents

ChatMember.Read

Read the members of chats, on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

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

Delegate Permission

Id c5a9e2b1-faf6-41d4-8875-d381aa549b24
Consent Type Admin
Display String Read the members of chats
Description Read the members of chats, on behalf of the 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