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

# GET /v1/Users/{Sid}

`GET /v1/Users/{Sid}`

Fetch a conversation user from your account's default service

## Path parameters

- `Sid` string, required

## Response `200`

OK

- ConversationsV1User
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the User resource.
  - `attributes` string, nullable — The JSON Object string that stores application-specific data. If attributes have not been set, `{}` is returned.
  - `chat_service_sid` string, nullable — The SID of the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource) the User resource is associated with.
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `identity` string, nullable — The application-defined string that uniquely identifies the resource's User within the [Conversation Service](https://www.twilio.com/docs/conversations/api/service-resource). This value is often a username or an email address, and is case-sensitive.
  - `is_notifiable` boolean, nullable — Whether the User has a potentially valid Push Notification registration (APN or GCM) for this Conversations Service. If at least one registration exists, `true`; otherwise `false`. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, and if the User has never had a notification registration, even if the Service's `reachability_enabled` is `true`.
  - `is_online` boolean, nullable — Whether the User is actively connected to this Conversations Service and online. This value is only returned by Fetch actions that return a single resource and `null` is always returned by a Read action. This value is `null` if the Service's `reachability_enabled` is `false`, if the User has never been online for this Conversations Service, even if the Service's `reachability_enabled` is `true`.
  - `links` object, nullable
  - `role_sid` string, nullable — The SID of a service-level [Role](https://www.twilio.com/docs/conversations/api/role-resource) assigned to the user.
  - `sid` string, nullable — The unique string that we created to identify the User resource.
  - `url` string, uri, nullable — An absolute API resource URL for this user.

---

[API](https://skmtc.net/twilio/apis/twilio-conversations-v1.md) · [All operations](https://skmtc.net/twilio/apis/twilio-conversations-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-conversations-v1/versions/fa436aa9c960/schema)
