Change password
Deprecated: Update the users password instead.
Change the password of a user with either a verification code or the current password..
curl -X POST "https://loading/v2/users/string/password"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
}
}Was this page helpful?
Add OTP SMS for a user
Add OTP SMS for a user: Add a new OTP SMS factor to the authenticated user. OTP SMS will enable the user to verify an OTP with the latest verified phone number. The phone number has to be verified to add the second factor..
Change the user email
Change the user email: Deprecated: [Update the users email field](/reference/api/user/zitadel.user.v2.UserService.UpdateUser). Change the email address of a user. If the state is set to not verified, a verification code ...