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.

Authorizations

token
string
query
required

Vida API Token

Body

application/json
email
string
required

Email of the person you are inviting

Example:

"admin@acmesolar.com"

redirectUrl
string

URL to redirect user to after they accept invite

Example:

"https://vida.io/welcome"

Response

200
_mintlify/placeholder

OK