v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-02-054014269.7 KB
ChatV1Member

post/v1/Services/{ServiceSid}/Channels/{ChannelSid}/Members

Path parameters

ServiceSidstring required

The SID of the Service to create the resource under.

ChannelSidstring required

The unique ID of the Channel the new member belongs to. Can be the Channel resource's sid or unique_name.

Response

Created

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 unique ID of the Channel for the member.

service_sidstring nullable

The SID of the Service the 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 RFC 2822 format.

date_updatedstring date-time nullable

The date and time in GMT when the resource was last updated specified in RFC 2822 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 string that represents the date-time of the last Message read event for the Member within the Channel.

urlstring uri nullable

The absolute URL of the Member resource.