---
title: "Get Profile"
method: GET
path: "/profile"
tags: ["Profile"]
---

# Get Profile

`GET /profile`

Fetches the individual information of the logged in user to populate the Profile page.

## Response `200`

Returns user profile

- Profile
  - `first_name` string
  - `last_name` string
  - `email` string
  - `roles` string[]
  - `organization_name` string

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/revisions/39f9dc64156c/schema)
