---
title: "Retrieve a member"
method: GET
path: "/martech/{connection_id}/member/{id}"
tags: ["martech", "member"]
---

# Retrieve a member

`GET /martech/{connection_id}/member/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- MarketingMember — A member represents a person
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `first_name` string
  - `last_name` string
  - `company` string
  - `emails` MarketingEmail[] — An array of email addresses for this member
    - `email` string, required
    - `type` 'WORK' | 'HOME' | 'OTHER'
  - `list_ids` string[] — An array of list IDs associated with this member
  - `tags` string[] — An array of tags associated with this member
  - `status` 'SUBSCRIBED' | 'UNSUBSCRIBED' | 'CLEANED' | 'PENDING' | 'TRANSACTIONAL'
  - `raw` object

---

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