User
Register
Action Logs
Bitbucket Server
Catalog News Articles
Catalog Technologies
Code Repos
Comment Replies
Diagram Contents
Diagrams
Flows
Health
Landscape Templates
Landscape Thumbnails
Model Connections
Model Objects
News
Organization Billing
Organization Icons
Organization Landscapes
Organizations
Organization Technologies
Organization User Invites
Organization Users
Share Link
Share Link Options
Support
User
User Notifications
User Goals
Version Reverts
User
Register
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
Required string length:
8 - 128
Response
200
application/json
OK
The response is of type object
.
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": {}
}'
{}