Invite
Create invitation to a project. This will send an invitation email with a link to join to the email address provided.
Authorizations
Path parameters
projectIDstring · uuidRequired
Body
Create invitation request body.
emailstring · emailRequired
redirectURIstring · uriRequired
Responses
204
No Content
post
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": "[email protected]",
"permissions": [
"create:*"
],
"redirectURI": "https://example.com"
}
204
No Content
No content