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

# POST /v1/Users/{Sid}

`POST /v1/Users/{Sid}`

Update an existing frontline user

## Path parameters

- `Sid` string, required

## Response `200`

OK

- FrontlineV1User
  - `sid` string, nullable — The unique string that we created to identify the User resource.
  - `identity` string, nullable — The application-defined string that uniquely identifies the resource's User. This value is often a username or an email address, and is case-sensitive.
  - `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. Defaults to `false` for new users.
  - `url` string, uri, nullable — An absolute API resource 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/19221e790045?raw)
