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