---
title: "Add member"
method: POST
path: "/api/v2/host/members"
tags: ["host"]
---

# Add member

`POST /api/v2/host/members`

## Request body

- ApiV2HostMemberCreateRequestDto
  - `email` string, required
  - `firstName` string, required
  - `lastName` string, required
  - `phoneNumber` string
  - `homeLocationId` integer

## Response `200`

- ApiV2HostMemberCreateResponseDto
  - `memberId` integer, required

---

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