POST
/
api
/
v2
/
createAccount
curl --request POST \
  --url https://api.vida.dev/api/v2/createAccount \
  --header 'Content-Type: application/json' \
  --data '{
  "accountName": "Acme Solar Bay Area Support Agent"
}'
This response does not have an example.

Authorizations

token
string
query
required

Vida API Token

Query Parameters

targetOrganizationId
string
required

Organization Id to create account in

Body

application/json
accountName
string

Account Name

Example:

"Acme Solar Bay Area Support Agent"

Response

200
_mintlify/placeholder

OK