Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page

User



Added

added page anchor

com.twilio.conversations.user.added

User Added events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.conversations.user.added",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.UserAdded/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"UserSid" : "USe95cfd541a925a3337fec19a0200009",
11
"Identity" : "FX0000000000000000000000000000001",
12
"FriendlyName" : "My name",
13
"RoleSid" : "RLe95cfd541a925a3337fec19a0200009",
14
"DateCreated" : "2025-01-01T00:00:00.000Z"
15
}
16
}

Versions


com.twilio.conversations.user.updated

User Updated events are compatible with Webhook and Kinesis sinks. To learn more, you can get started with the Webhook or Kinesis quickstarts and refer to the product documentation.

Examples

1
{
2
"specversion" : "1.0",
3
"type" : "com.twilio.conversations.user.updated",
4
"source" : "AB00000000000000000000000001",
5
"id" : "NO00000000000000000000000001",
6
"dataschema" : "https://events-schemas.twilio.com/Conversations.UserUpdated/2",
7
"datacontenttype" : "2025-10-08T07:17:02.363Z",
8
"data" : {
9
"AccountSid" : "ACe95cfd541a925a3337fec19a0200009",
10
"UserSid" : "USe95cfd541a925a3337fec19a0200009",
11
"Identity" : "FX0000000000000000000000000000001",
12
"FriendlyName" : "My name",
13
"RoleSid" : "RLe95cfd541a925a3337fec19a0200009",
14
"DateCreated" : "2025-01-01T00:00:00.000Z",
15
"DateUpdated" : "2025-01-01T00:00:01.000Z",
16
"IsOnline" : true,
17
"IsNotifiable" : true
18
}
19
}

Versions