---
title: "Fetch the requesting user's account"
method: GET
path: "/users/current/"
tags: ["Accounts", "public"]
---

# Fetch the requesting user's account

`GET /users/current/`

Retrieves and returns the entire account information for the user making the request.

## Headers

- `x-m2-organization-id` string

## Response `200`

The response to querying a user's account information.

- union
  - object — The response to querying a user's account information.
    - `name` string
    - `pictureUrl` string
    - `email` string
    - `emailVerified` boolean
    - `evmLinkedWallet` object
      - `nonce` string, required
      - `address` string, required
      - `verified` boolean, required
    - `evmWallet` object
      - `nonce` string, required
      - `address` string, required
      - `verified` boolean, required
    - `emailDomain` string
    - `isGuest` boolean
    - `tenantId` string — The ID of a tenant
    - `organizationId` string — The ID of an organization
  - object — The response to querying a user's account information.
    - `name` string
    - `pictureUrl` string
    - `email` string
    - `emailVerified` boolean
    - `evmLinkedWallet` object
      - `nonce` string, required
      - `address` string, required
      - `verified` boolean, required
    - `evmWallet` object
      - `nonce` string, required
      - `address` string, required
      - `verified` boolean, required
    - `emailDomain` string
    - `isGuest` boolean

## Other responses

- `4XX` — HTTP error message

---

[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)
