Change the user email
Deprecated: Update the users email field.
Change the email address of a user. If the state is set to not verified, a verification code will be generated, which can be either returned or sent to the user by email..
curl -X POST "https://loading/v2/users/string/email"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"verificationCode": "string"
}Was this page helpful?
Change password
Change password: Deprecated: [Update the users password](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change the password of a user with either a verification code or the current password..
Create a new User (Human)
Create a new User (Human): Deprecated: Use [CreateUser](/reference/api/user/zitadel.user.v2.UserService.CreateUser) to create a new user. Create/import a new user. The newly created user will get a verification email if eith...