Set Human Initial Password
Deprecated: use user service v2 SetPassword instead.
Path Parameters
user_id*string
Request Body
application/json
password?string
[key: string]?never
Response Body
application/json
curl -X POST "https://loading/users/string/password/_initialize" \ -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?
Send Reset Password Notification
Send Reset Password Notification: Deprecated: use [user service v2 PasswordReset](/reference/api/user/zitadel.user.v2.UserService.PasswordReset) instead. The user will receive an email with a link to change the password.
Set Organization Metadata
Set Organization Metadata: Deprecated: use [organization service v2 SetOrganizationMetadata](/reference/api/org/zitadel.org.v2.OrganizationService.SetOrganizationMetadata) instead. This endpoint either adds or updates a meta...