---
title: "Create a member"
method: POST
path: "/martech/{connection_id}/member"
tags: ["martech", "member"]
---

# Create a member

`POST /martech/{connection_id}/member`

## Path parameters

- `connection_id` string, required

## Query parameters

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

## Request body

- 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

## 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/revisions/aeeac8203aca/schema)
