Deplo
API Reference

Create workspace invitation

POST
/workspaces/{id}/invitations
AuthorizationBearer <token>

Enter your JWT token

In: header

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://loading/workspaces/string/invitations" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]",    "role": "member"  }'
Empty