---
title: "Invite a new member to the caller's group"
method: POST
path: "/identity/members/invite/step_1"
tags: ["identity", "members", "business"]
---

# Invite a new member to the caller's group

`POST /identity/members/invite/step_1`

## Request body

- MembersInviteMemberStep1Input
  - `email` string, required
  - `first_name` string
  - `last_name` string
  - `relationship` string

## Response `200`

OK

- IdentityInviteStep1Output
  - `session_token` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/stablesea/apis/stable-sea-backend.md) · [All operations](https://skmtc.net/stablesea/apis/stable-sea-backend/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stablesea/stable-sea-backend/versions/3feea260296c/schema)
