---
title: "retrieve user information"
method: GET
path: "/Users/{UserSid}"
tags: ["Users"]
---

# retrieve user information

`GET /Users/{UserSid}`

## Response `200`

user information

- object
  - `user_sid` string, uuid
  - `name` string — username
  - `email` string — user email address
  - `is_active` 0 | 1 — user account is active
  - `force_change` 0 | 1 — require the user to change password on next login
  - `account_sid` string, uuid — account sid the account the user will have access to, if not set will create a Service Provider account
  - `service_provider_sid` string, uuid — The service provider sid, the account is under, if not set account will be admin level
  - `is_view_only` boolean — If set to true the user will not be able to make changes
  - `provider` 'local'
  - `provider_user_id` string
  - `scope` 'read-write'
  - `phone_activation_code` string
  - `email_activation_code` string
  - `email_validated` 0 | 1
  - `phone_validated` 0 | 1
  - `email_content_opt_out` 0 | 1
  - `pending_email` string
  - `phone` string

## Other responses

- `403` — user information
- `500` — system error

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/revisions/56f317145d23/schema)
