curl --request POST \
--url 'https://api.vida.dev/api/v2/inviteAdminUser?token=' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"redirectUrl": "https://vida.io/welcome"
}
'{
"success": true,
"message": "Invitation sent"
}Invite a user to join your organization as an admin
curl --request POST \
--url 'https://api.vida.dev/api/v2/inviteAdminUser?token=' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"redirectUrl": "https://vida.io/welcome"
}
'{
"success": true,
"message": "Invitation sent"
}Vida API Token
Email of the person you are inviting
URL to redirect user to after they accept invite
"https://vida.io/welcome"
OK