Skip to main content
POST
/
org
/
{org}
/
user
/
-invite
Invite users to this org
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.controlplane.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Service account key can be used as API keys

Path Parameters

org
string
required

Body

application/json
emails
string[]

Response

Success

errors
object
invitations
object