---
title: "GET /v1/Users/{Sid}"
method: GET
path: "/v1/Users/{Sid}"
---

# GET /v1/Users/{Sid}

`GET /v1/Users/{Sid}`

Fetch a frontline user

## Path parameters

- `Sid` string, required

## Response `200`

OK

- FrontlineV1User
  - `sid` string, nullable — The unique string that identifies the resource
  - `identity` string, nullable — The string that identifies the resource's User
  - `friendly_name` string, nullable — The string that you assigned to describe the User
  - `avatar` string, nullable — The avatar URL which will be shown in Frontline application
  - `state` 'active' | 'deactivated'
  - `is_available` boolean, nullable — Whether the User is available for new conversations
  - `url` string, uri, nullable — An absolute URL for this user.

---

[API](https://skmtc.dev/twilio/apis/frontline-v1.md) · [All operations](https://skmtc.dev/twilio/apis/frontline-v1/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/frontline-v1/revisions/4f57631864ce?raw)
