v1
latestOpenAPI 3.1.02026-07-24331755.4 KBAccount 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
Example request
{
"email": "user1@safebase.io"
}Response
Successful operation
Example response
{
"ok": true
}