Fetch a conversation user from your service
A Service User resource represents a conversation user belonging to a specific conversation service.
Fetch a conversation user from your service
Path parameters
-
The SID of the Conversation Service to fetch the User resource from.
-
The SID of the User resource to fetch. This value can be either the
sid
or theidentity
of the User resource to fetch.
GET /v1/Services/{ChatServiceSid}/Users/{Sid}
curl \
-X GET https://conversations.twilio.com/v1/Services/{ChatServiceSid}/Users/{Sid} \
--user "username:password"
Response examples (200)
{
"account_sid": "string",
"attributes": "string",
"chat_service_sid": "string",
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"friendly_name": "string",
"identity": "string",
"is_notifiable": true,
"is_online": true,
"links": {},
"role_sid": "string",
"sid": "string",
"url": "https://example.com"
}
Response examples (200)
{
"account_sid": "string",
"attributes": "string",
"chat_service_sid": "string",
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"friendly_name": "string",
"identity": "string",
"is_notifiable": true,
"is_online": true,
"links": {},
"role_sid": "string",
"sid": "string",
"url": "https://example.com"
}