Authorizations
Vida API Token
Body
application/json
Email of the person you are inviting
Example:
URL to redirect user to after they accept invite
Example:
"https://vida.io/welcome"
Response
OK
curl --request POST \
--url https://api.vida.dev/api/v2/inviteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]",
"redirectUrl": "https://vida.io/welcome"
}'This response does not have an example.Invite a user to join your organization as an admin
curl --request POST \
--url https://api.vida.dev/api/v2/inviteAdminUser \
--header 'Content-Type: application/json' \
--data '{
"email": "[email protected]",
"redirectUrl": "https://vida.io/welcome"
}'This response does not have an example.Vida API Token
Email of the person you are inviting
URL to redirect user to after they accept invite
"https://vida.io/welcome"
OK