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": "jsmith@example.com" }'
"<any>"
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
The response is of type any.
any