POST
/
user
curl --request POST \
  --url https://api.icepanel.io/v1/user \
  --header 'Content-Type: application/json' \
  --data '{
  "c4ModelExperience": "<string>",
  "defaultOrganizationId": "<string>",
  "defaultOrganizationLandscapeIds": {},
  "email": "jsmith@example.com",
  "jobRole": "<string>",
  "name": "<string>",
  "referredBy": "<string>",
  "referredByOrganizationId": "<string>",
  "referredByUserId": "<string>",
  "password": "<string>",
  "verificationLinkParams": {}
}'
{}

Body

application/json

Response

200
application/json
OK

The response is of type object.