Skip to main content

Add a user account.

POST 

/v1/useraccounts

Create user and optionally company and api key according to specified values. Link to activate account is sent via an email. Request, response details depend on specified 'userAccountType': WEB_UI - all attributes are required, except only one of 'companyId' and 'companyName'; if no 'companyId' is specified, 'companyName' and domain part of 'username' are used to create company; API - only 'username' (and 'userAccountType') is required; api key is sent via an email; if user account already exists, initiate reset of api key via an email

Request

Responses

User was created.