cURL
curl --request POST \ --url https://api.edgee.app/v1/invitations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "organization_id": "d290f1ee-6c54-4b01-90e6-d701748f0851", "role": "admin", "email": "<string>" }'
{ "object": "project", "id": "<string>", "organization_id": "d290f1ee-6c54-4b01-90e6-d701748f0851", "role": "admin", "email": "<string>", "created_at": "2022-03-01T00:00:00Z" }
Creates a new Invitation.
admin
editor
member
Was this page helpful?