TODO: Resource-level docs
Path parameters
-
Minimum length is
34, maximum length is34. Format should match the following pattern:^IS[0-9a-fA-F]{32}$.
POST
/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}
curl \
--request POST 'https://ip-messaging.twilio.com/v2/Services/{ServiceSid}/Users/{UserSid}/Channels/{ChannelSid}' \
--user "username:password" \
--header "Content-Type: application/x-www-form-urlencoded" \
--data 'LastConsumedMessageIndex=42&LastConsumptionTimestamp=2026-05-04T09%3A42%3A00Z&NotificationLevel=default'
Response examples (200)
{
"account_sid": "string",
"channel_sid": "string",
"last_consumed_message_index": 42,
"links": {},
"member_sid": "string",
"notification_level": "default",
"service_sid": "string",
"status": "joined",
"unread_messages_count": 42,
"url": "https://example.com",
"user_sid": "string"
}