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.
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": "admin@acmesolar.com",
"redirectUrl": "https://vida.io/welcome"
}'
This response does not have an example.