Fetch a frontline user
A User resource represents a frontline user.
Fetch a frontline user
Path parameters
-
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/Users/{Sid}
curl \
-X GET https://frontline-api.twilio.com/v1/Users/{Sid} \
--user "username:password"
Response examples (200)
{
"avatar": "string",
"friendly_name": "string",
"identity": "string",
"is_available": true,
"sid": "string",
"state": "active",
"url": "https://example.com"
}
Response examples (200)
{
"avatar": "string",
"friendly_name": "string",
"identity": "string",
"is_available": true,
"sid": "string",
"state": "active",
"url": "https://example.com"
}