Authorizations
Vida API Token
Body
application/json
Response
OK
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.
Vida API Token
OK