curl --request POST \
--url https://api.icepanel.io/v1/user \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"c4ModelExperience": "<string>",
"defaultOrganizationId": "<string>",
"defaultOrganizationLandscapeIds": {},
"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 '
{
"email": "[email protected]",
"c4ModelExperience": "<string>",
"defaultOrganizationId": "<string>",
"defaultOrganizationLandscapeIds": {},
"jobRole": "<string>",
"name": "<string>",
"referredBy": "<string>",
"referredByOrganizationId": "<string>",
"referredByUserId": "<string>",
"theme": "light",
"password": "<string>",
"verificationLinkParams": {}
}
'{}1 - 128light, dark, system 8 - 128OK
The response is of type object.