v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-055427357.6 KB
ChatV2Member

get/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Members/{Sid}

Path parameters

ServiceSidstring required

The SID of the Service to fetch the Member resource from.

ChannelSidstring required

The SID of the Channel the Member resource to fetch belongs to. This value can be the Channel resource's sid or unique_name.

Sidstring required

The SID of the Member resource to fetch. This value can be either the Member's sid or its identity value.

Response

OK

sidstring nullable

The unique string that we created to identify the Member resource.

account_sidstring nullable

The SID of the Account that created the Member resource.

channel_sidstring nullable

The SID of the Channel the Member resource belongs to.

service_sidstring nullable

The SID of the Service the Member resource is associated with.

identitystring nullable

The application-defined string that uniquely identifies the resource's User within the Service. See access tokens for more info.

date_createdstring date-time nullable

The date and time in GMT when the resource was created specified in ISO 8601 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in ISO 8601 format.

role_sidstring nullable

The SID of the Role assigned to the member.

last_consumed_message_indexinteger nullable

The index of the last Message in the Channel that the Member has read.

last_consumption_timestampstring date-time nullable

The ISO 8601 timestamp of the last Message read event for the Member within the Channel.

urlstring uri nullable

The absolute URL of the Member resource.

attributesstring nullable

The JSON string that stores application-specific data. If attributes have not been set, {} is returned.