---
title: "Get current Organization Member"
method: GET
path: "/organizations/members/me"
tags: ["Organization"]
---

# Get current Organization Member

`GET /organizations/members/me`

Gets current Organization Member

## Response `200`

Successful operation.

- object
  - `ok` boolean
  - `result` object
    - `userId` string, required — Internal identifier for the Organization Member
    - `familyName` string — The Organization Member's family name (surname)
    - `givenName` string — The Organization Member's given name (first name)
    - `picture` string, required — The Organization Member profile picture

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

[API](https://skmtc.net/safebase/apis/safebase-api-documentation.md) · [All operations](https://skmtc.net/safebase/apis/safebase-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safebase/safebase-api-documentation/versions/019289073242/schema)
