Set User Password
Deprecated: use user service v2 SetPassword instead.
Path Parameters
user_id*string
Request Body
application/json
password*string
noChangeRequired?boolean
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/password" \ -H "Content-Type: application/json" \ -d '{ "password": "string" }'{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Set User Metadata
Set User Metadata: Deprecated: use [SetUserMetadata](/reference/api/user/zitadel.user.v2.UserService.SetUserMetadata) instead. This endpoint either adds or updates a metadata value for the requested key. Make sure th...
SetCustomDomainClaimedMessageCustomText
Explore the SetCustomDomainClaimedMessageCustomText operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.