POST request to enable a driver as a Connect Web User.
You cannot include the password for the new user in the same request as enabling the driver as 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.
The details for the web 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.