Create invitation to a project. This will send an invitation email with a link to join to the email address provided.
Create invitation request body.
An empty list means it has all permissions.
POST /v1/projects/{projectID}/invite HTTP/1.1 Host: cloud-api.calyptia.com Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 89 { "email": "name@gmail.com", "permissions": [ "create:*" ], "redirectURI": "https://example.com" }
No Content
No content