Account Members

Notify a member

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.

post/accounts/{id}/members/notify

Path parameters

idstring uuid required

The target account ID

Request body

notifyobject

Example request

{
  "email": "user1@safebase.io"
}

Response

Successful operation

okboolean

Example response

{
  "ok": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.