latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

Users

Signup a user

Signup a new user. The current requester user needs to be authenticated.

post/users

Request body

emailstring required
firstnamestring required
lastnamestring required
consentTermsConditionsPrivacyboolean required

I agree to the End User License Terms and the Privacy Policy

consentToBeContactedboolean required

SimScale may occasionally contact you via e-mail to present you with similar goods and services of SimScale unless you have objected to such use of your e-mail address.

Example request

{
  "email": "j.doe@simscale.com",
  "firstname": "John",
  "lastname": "Doe",
  "consentTermsConditionsPrivacy": true,
  "consentToBeContacted": true
}

Response

User created successfully

emailstring required
userIdstring required

Example response

{
  "email": "j.doe@simscale.com",
  "userId": "1234123412341234"
}