Create Invite
POST/v1/organizations/invites
Create Invite
Body ParametersJSON
email: string
Email of the User.
Returns
Create Invite
curl https://api.anthropic.com/v1/organizations/invites \
-H 'Content-Type: application/json' \
-H 'anthropic-version: 2023-06-01' \
-H "X-Api-Key: $ANTHROPIC_ADMIN_API_KEY" \
-d '{
"email": "[email protected]",
"role": "user"
}'