---
title: "GET /v1/userinfo"
method: GET
path: "/v1/userinfo"
---

# GET /v1/userinfo

`GET /v1/userinfo`

Retrieves the consented UserInfo and other claims about the logged-in subject (end-user).

## Response `200`

OK

- OauthV1UserInfo
  - `email` string, nullable — The end-user's preferred email address.
  - `first_name` string, nullable — The first name of the end-user.
  - `friendly_name` string, nullable — The friendly name of the end-user.
  - `last_name` string, nullable — The last name of the end-user.
  - `url` string, uri, nullable
  - `user_sid` string, nullable — The URL of the party that will create the token and sign it with its private key.

---

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