Skip to main content
POST
/
v1
/
invitations
Create a new Invitation
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"
}

Authorizations

Authorization
string
header
required

Body

application/json
organization_id
string
required
Example:
role
enum<string>
required
Available options:
admin,
editor,
member
email
string
required

Response

object
string
Example:
id
string
organization_id
string
Example:
role
enum<string>
Available options:
admin,
editor,
member
email
string
created_at
string<date-time>
Example: