POST
/
api
/
v1
/
orgs
/
invite
Invite a user to an organization
curl --request POST \
  --url https://zeropath.com/api/v1/orgs/invite \
  --header 'Content-Type: application/json' \
  --header 'X-ZeroPath-API-Token-Id: <api-key>' \
  --header 'X-ZeroPath-API-Token-Secret: <api-key>' \
  --data '{
  "organizationId": "<string>",
  "email": "jsmith@example.com"
}'
{
  "success": true
}

Authorizations

X-ZeroPath-API-Token-Id
string
header
required
X-ZeroPath-API-Token-Secret
string
header
required

Body

application/json
organizationId
string
required
email
string<email>
required

Response

Successful response

success
boolean