API · v1 · stabil
CODEMETA OSDeveloper Center
Konsole öffnen

POST /v1/invitations

POST/v1/invitations

CodeMeta OS API endpoint.

Request Body

NameTypBeschreibung
emailerforderlichstring<email>
roleerforderlichstring
messagestring
partyIdsstring[]
partyAssignmentsobject[]

Beispiel

curl -X POST https://api.codemeta-os.de/v1/invitations \
  -H "X-Tenant-Id: $TENANT" \
  -H "Content-Type: application/json" \
  -b cookies.txt \
  -d '{
  "email": "string",
  "role": "string",
  "message": "string",
  "partyIds": [],
  "partyAssignments": []
}'
const result = await cm.invitations.post({
  "email": "string",
  "role": "string",
  "message": "string",
  "partyIds": [],
  "partyAssignments": []
});

Antwortcodes

HTTP Bedeutung
200 Default Response

Suche