---
title: "Get a workspace member"
method: GET
path: "/members/{memberId}"
tags: ["Members"]
---

# Get a workspace member

`GET /members/{memberId}`

Returns a workspace member visible to the authenticated API key. The v1 path and memberId parameter are compatibility spellings for a workspace member identifier.

## Path parameters

- `memberId` string, required — Workspace member identifier. v1 uses the legacy memberId spelling.

## Response `200`

Workspace member details.

- MemberResult — Workspace member result visible to the authenticated API key. The v1 schema name is a compatibility spelling for this resource.
  - `display_name` string, nullable, required — Display name.
  - `email` string, email, nullable, required — Email address.
  - `id` string, required — Workspace member identifier.
  - `profile_image_url` string, uri, nullable, required — Profile image URL.
  - `title` string, nullable, required — Workspace member title.
  - `workspaceMembershipId` string, required — Canonical workspace membership identifier. Matches legacy id during the compatibility window.

## Other responses

- `400` — Bad request.
- `401` — Missing or invalid API key.
- `403` — Forbidden.
- `404` — Not found.
- `409` — Conflict.
- `429` — Rate limit or quota exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/ando/apis/ando-public-api.md) · [All operations](https://skmtc.net/ando/apis/ando-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ando/ando-public-api/revisions/0a94056fba48/schema)
