POST
/
users
/
first
curl --request POST \
  --url https://cloud.local.wirtual.dev/api/v2/users/first \
  --header 'Content-Type: application/json' \
  --header 'Wirtual-Session-Token: <api-key>' \
  --data '{
  "email": "<string>",
  "name": "<string>",
  "password": "<string>",
  "trial": true,
  "trial_info": {
    "company_name": "<string>",
    "country": "<string>",
    "developers": "<string>",
    "first_name": "<string>",
    "job_title": "<string>",
    "last_name": "<string>",
    "phone_number": "<string>"
  },
  "username": "<string>"
}'
{
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Wirtual-Session-Token
string
header
required

Body

application/json
First user request
email
string
required
password
string
required
username
string
required
name
string
trial
boolean
trial_info
object

Response

201 - application/json
Created
organization_id
string
user_id
string