Update a user's primary email address.
Note: the new email address will be applied to existing items (proofs, files & folder). Â
* denotes a required field Parameter | Example | API version | SessionID* | Session identifier | string | 7viklshodc6cnsh4s5vu75mqk0 | | UserID* | User's ID | string | 1234 | | NewEmail* | User's email address | string | john.doe@somedomain.com | | Confirm | If true, the user will receive an email to this new address to confirm before it takes effect | boolean | true false | | AccountID | The target account where the user exists. If no AccountID is provided then the logged in session account is used. | integer | 34543 | 12.2 |
Response parameters boolean true if the operation completed successfully
|