---
title: "Get User"
method: GET
path: "/v1/users/{user_sid}"
tags: ["users"]
---

# Get User

`GET /v1/users/{user_sid}`

Get user by user sid

## Path parameters

- `user_sid` string, required

## Response `200`

Retrieved the user

- StreemApiGetUserResponse
  - `user` StreemApiUser
    - `sid` string
    - `company_sid` string
    - `external_user_id` string
    - `is_expert` boolean
    - `email` string
    - `name` string
    - `avatar_url` string
    - `phone` string
    - `active` boolean
    - `roles` string[]
    - `active_status_modified_at` string, date-time
    - `user_types` string[]
    - `deleted` boolean
    - `deleted_at` string, date-time
    - `bio` string
    - `availability_status` 'AVAILABILITY_STATUS_AVAILABLE' | 'AVAILABILITY_STATUS_NOT_AVAILABLE' | 'AVAILABILITY_STATUS_RESERVED' | 'AVAILABILITY_STATUS_IN_CALL' | 'AVAILABILITY_STATUS_CONFIRMING' | 'AVAILABILITY_STATUS_OFFLINE' | 'AVAILABILITY_STATUS_INVALID'

## Other responses

- `403` — You do not have access to retrieve the user.

---

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