cURL
curl --request POST \ --url https://api.getoutbox.ai/settings/invite \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "role": 2 } '
Invite a user to join the company or add existing user as staff
Company API Key
Invitation details
Email address of the user to invite
Permission level (1=read, 2=write, 3=create, 4=admin)
1 <= x <= 4
Staff member invited successfully