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

# retrieve user information

`GET /Users/{UserSid}`

## Response `200`

user information

- UserProfile
  - `user_sid` string, required
  - `account_sid` string
  - `is_active` boolean, required — indicates whether account is active
  - `name` string, required — full user name
  - `email` string, required — email associated with user
  - `phone` string — phone associated with user
  - `provider` 'github' | 'google' | 'local', required — authentication provider
  - `scope` 'read-only' | 'read-write', required — scope of user permissions
  - `pristine` boolean, required — true if account was newly created
  - `email_validated` boolean — indicates whether user has validated their email address
  - `phone_validated` boolean — indicates whether user has validated their mobile phone
  - `tutorial_completion` number — bitmask indicating which tutorials have been completed
  - `jwt` string, required — json web token to be used as bearer token in API requests

## Other responses

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

---

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