post {protocol}://{server}:{port}{basePath}/accounts//users
This API requires the Account Administrator role.
Creates a user.
The following fields must be unique otherwise a HTTP 409 Conflcit
will be returned:
loginId
emailId
When creating a user with a profileId
, the field values in the user request will override any that are
also defined in the profile. For example, if the profile contains configuration for features
and the user
request also contains features
, the features
defined in the user request will override those from the profile.
Changes to the fields:
roles
features
Will trigger asynchronous updates, the status of which should be monitored via /users:listStatuses
.