Accounts
Invite admin user
API Documentation
Authorization
Agents
Phone Numbers
SIP
Messaging
Knowledge
Accounts
Billing
Accounts
Invite admin user
Invite a user to join your organization as an admin
POST
/
api
/
v2
/
inviteAdminUser
curl --request POST \
--url https://api.vida.dev/api/v2/inviteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"redirectUrl": "https://vida.io/welcome"
}'
This response does not have an example.
curl --request POST \
--url https://api.vida.dev/api/v2/inviteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"email": "admin@acmesolar.com",
"redirectUrl": "https://vida.io/welcome"
}'
This response does not have an example.