POST request to add a web user.
You cannot include the password for the new user in the same request as adding a user, instead you must use the Set User Password endpoint and include the token from the output response of this endpoint.
The generated token will expire if it is not used within 30 days or if a password reset token is requested.
If a value for externalIdentifier is specified, then the user will be enabled for SSO and a Connect password cannot be set.
If the user being created will be using the SmarterDriver Mobile application and login using SSO, then the same values must be specified for both username and emailAddress.
The details for the user are in a JSON object included in the HTTP body.
Ensure you have set the content-type of the request body to “application/json;charset=UTF-8”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.