---
title: "Invites or Adds a Partner Member to the given Partnership's Partner Team"
method: POST
path: "/v2/partnerships/{partner_key}/member"
tags: ["Partnerships"]
---

# Invites or Adds a Partner Member to the given Partnership's Partner Team

`POST /v2/partnerships/{partner_key}/member`

Invites or Adds a Partner Member to the given Partnership's Partner Team

## Path parameters

- `partner_key` string, required

## Request body

- object
  - `create_user` boolean, nullable — Whether to create a new user for the Partner Member if they do not already exist
  - `email` string, required — The email address of the Partner Member to be added to the Partner Team
  - `first_name` string, nullable — The first name of the Partner Member to be added to the Partner Team
  - `from_email` string, nullable — The Vendor teammate email to use as the sender of the invite, defaults to Vendor owner
  - `last_name` string, nullable — The last name of the Partner Member to be added to the Partner Team

## Response `200`

Invites or Adds a Partner Member to the given Partnership's Partner Team

- object
  - `message` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/partnerstack/apis/partnerstack-api.md) · [All operations](https://skmtc.dev/partnerstack/apis/partnerstack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/partnerstack/partnerstack-api/revisions/0f35aebe53a9/schema)
