Set the user phone
Deprecated: Update the users phone field.
Set the phone number 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 sms..
curl -X POST "https://loading/v2/users/string/phone"{
"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?
SendEmailCode
Explore the SendEmailCode operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.
Set User Metadata
Set User Metadata: Sets a list of key value pairs. Existing metadata entries with matching keys are overwritten. Existing metadata entries without matching keys are untouched. To remove metadata entries, use [DeleteU...