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
- 201
- 202
- 400
- 409
- 412
User was created.
API Key rotation was requested.
Incomplete or malformed request.
User exists, but either the user or the user's API key status is invalid.
Incomplete or malformed request.