---
title: "Add member"
method: POST
path: "/team/{public_id}/member/"
tags: ["team"]
---

# Add member

`POST /team/{public_id}/member/`

Add member to a team

## Request body

- ProfileAsProfilePublicId
  - `profile` string, uuid, required — A profile public_id is expected

## Response `201`

Created

- ProfileAsProfilePublicId
  - `profile` string, uuid, required — A profile public_id is expected

---

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