Deplo
API Reference

Invite a member to workspace

POST
/workspaces/{id}/members
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/members" \  -H "Content-Type: application/json" \  -d '{    "userId": "clx1234567890",    "role": "member"  }'
Empty