POST /v1/invitations
POST/v1/invitations
CodeMeta OS API endpoint.
Request Body
| Name | Typ | Beschreibung |
|---|
emailerforderlich | string<email> | |
roleerforderlich | string | |
message | string | |
partyIds | string[] | |
partyAssignments | object[] | |
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 |