Update User Phone (Human)
Deprecated: use user service v2 UpdateUser instead.
Change the phone number of a user. If the state is set to not verified, the user will get an SMS to verify (if a notification provider is configured). The phone number is only for informational purposes and to send messages, not for Authentication (2FA).
Path Parameters
Request Body
application/json
Response Body
application/json
curl -X PUT "https://loading/users/string/phone" \ -H "Content-Type: application/json" \ -d '{ "phone": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
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...
Update User Profile (Human)
Update User Profile (Human): Deprecated: use [user service v2 UpdateHumanUser](/reference/api/user/zitadel.user.v2.UserService.UpdateHumanUser) instead. Update the profile information from a user. The profile includes basic in...