cURL
curl --request POST \ --url https://kan.bn/api/v1/workspaces/{workspacePublicId}/members/invite \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Invites a member to a workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
12
Successful response