Update User Email (Human)
Deprecated: use user service v2 SetEmail instead.
Change the email address of a user. If the state is set to not verified, the user will get a verification email.
Path Parameters
user_id*string
Request Body
application/json
email?string
isEmailVerified?boolean
[key: string]?never
Response Body
application/json
curl -X PUT "https://loading/users/string/email" \ -H "Content-Type: application/json" \ -d '{}'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Update Service Account
Update Service Account: Deprecated: use [user service v2 UpdateUser](/reference/api/user/zitadel.user.v2.UserService.UpdateUser) instead. Change a service account/service account. It is used for accounts with non-interact...
Update User Grant
Update User Grant: Deprecated: [Update an authorization](/reference/api/authorization/zitadel.authorization.v2.AuthorizationService.UpdateAuthorization) to update a user's roles on an owned or granted project. Update...