put https://accounts.api.zesty.io/v1/users/
Updates a specific user accounts. You can pass in a query param action
that will accept the following values:
updatePassword
updates user password. See table below for payload requirements.enableAuthy
adds a new domain provided in the payload. See table below for payload requirements.
Body: raw JSON
The following fields are required if action=updatePassword
query param is used. Other updatable fields will be ignored if provided.
name | description |
---|---|
oldPassword | [string] Required. User's old password |
password | [string] Required. User's new password |
The following fields are required if action=enableAuthy
query param is used. Other updatable fields will be ignored if provided.
name | description |
---|---|
authyPhoneNumber | [string] Required. User's Authy phone number |
authyPhoneCountryCode | [string] Required. Country code for the authyPhoneNumber |