DeepFellow DOCS

Create Invitation

Create and send invitation.

POST
/v1/invitations/create
AuthorizationBearer <token>

In: header

emailEmail

User email.

organization_idOrganization Id

Organization id.

Match^[0-9a-fA-F]{24}$

Response Body

curl -X POST "https://loading/v1/invitations/create" \  -H "Content-Type: application/json" \  -d '{    "email": "string",    "organization_id": "5eb7cf5a86d9755df3a6c593"  }'
{
  "status": "ok"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.