---
title: "Get all info for a Passport user"
method: GET
path: "/passport-profile/v1/user/info"
tags: ["passport profile"]
---

# Get all info for a Passport user

`GET /passport-profile/v1/user/info`

Get all the info for an authenticated Passport user

## Response `200`

Passport user's info

- UserInfo
  - `sub` string, required — The user's id
  - `email` string — The user's email address
  - `passport_address` string — The user's Passport address if it has been registered
  - `linked_addresses` string[], required — The user's list of linked addresses

## Other responses

- `401` — UnauthorizedError
- `500` — InternalServerError
- `default` — unexpected error

---

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