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>",
"theme": "light",
"password": "<string>",
"verificationLinkParams": {}
}'
{}
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>",
"theme": "light",
"password": "<string>",
"verificationLinkParams": {}
}'
{}
OK
The response is of type object
.