---
title: "Fetch a user's account"
method: GET
path: "/users/{userId}/"
tags: ["Accounts", "public"]
---

# Fetch a user's account

`GET /users/{userId}/`

Retrieves and returns the account information for the specified user.
An email address and wallet address will only be returned if the user has verified them.

This API can be called by the user themselves, the Unreal server, or any user with read permissions on the organization's user profiles.

## Path parameters

- `userId` string, required

## Headers

- `x-m2-organization-id` string

## Response `200`

The response to querying a user's account information

- GetUserAccountResponseSchema — The response to querying a user's account information
  - `evmLinkedWallet` string — The verified EVM wallet linked by this user
  - `email` string — The verified email address associated with this user
  - `isGuest` boolean, required

---

[API](https://skmtc.net/otherside/apis/accounts.md) · [All operations](https://skmtc.net/otherside/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/otherside/accounts/revisions/99b138ac9152/schema)
