---
title: "Fetch a user's profile"
method: GET
path: "/"
tags: ["Profile"]
---

# Fetch a user's profile

`GET /`

Returns the profile of the user making the request.

## Headers

- `x-m2-organization-id` string, required

## Response `200`

The profile of a given user in an organization.

- GetProfileReplySchema — The profile of a given user in an organization.
  - `username` string
  - `profilePictureUrl` string
  - `avatar` object
    - `url` string, required
    - `datasourceId` string, required
    - `objectDefinitionId` string, required
  - `evmLinkedWalletAddress` string — The linked EVM wallet address for the user, if verified.

---

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