Mitglieder
Create an invitation
POST
/api/v1/invitesErfordert einen API-Schlüssel der Organisation mit der Berechtigung „manageMembers“.
Authorization
apiKey AuthorizationBearer <token>
In: header
Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v1/invites" \ -H "Content-Type: application/json" \ -d '{ "role": "owner" }'{ "id": "string", "organizationId": "string", "email": "string", "role": "owner", "token": "string", "createdAt": "string"}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}{ "error": { "code": "string", "message": "string" }}