Skip to main content
POST
/
core
/
members
/
invite
Invite Member
curl --request POST \
  --url https://api.integrations.commenda.io/v4/core/members/invite \
  --header 'Content-Type: application/json' \
  --header 'api_key: <api-key>' \
  --data '
{
  "email": "jsmith@example.com"
}
'
{
  "request_id": "<string>",
  "data": {
    "member": {
      "id": 123
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Invite Member.

Authorizations

api_key
string
header
required

Body

application/json
email
string<email>
required

Response

Member invited.

request_id
string
required
data
V4InviteMemberResponse · object
required