---
title: "Notify a member"
method: POST
path: "/accounts/{id}/members/notify"
tags: ["Account Members"]
---

# Notify a member

`POST /accounts/{id}/members/notify`

Sends an email invitation to an account member. 

**email**: This parameter can be a single email (string) to notify one member, or an array of emails (string[]) to notify multiple members. 

**message** (optional): This parameter allows you to send a custom message in an invitation email.

## Path parameters

- `id` string, uuid, required — The target account ID

## Request body

- AccountMemberNotifyPayload
  - `email` union, required
    - string
    - AccountMemberEmails
      - `members` string[], required — Array of member emails to delete
  - `message` union — This parameter allows you to send a custom message. It can be set to one of the following options: 1. string - Sends a Safebase email with a custom message attached 2. boolean - Set this parameter to 'true' to send a SafeBase email without any custom message 3. undefined - If you do not wish to send a Safebase email, simply do not send this property as part of your request
    - string — Enter the 'string' option here
    - boolean — Enter the 'boolean' option here
  - `notify` object

## Response `200`

Successful operation

- object
  - `ok` boolean

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

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