cURL
curl --request POST \ --url https://api.cpln.io/org/{org}/user/-invite \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "<string>" ] } '
{ "errors": {}, "invitations": {} }
Service account key can be used as API keys
Success