Identity Provider API, REST: User.GeneratePassword
Статья создана
Обновлена 8 августа 2025 г.
Generates a new password.
HTTP request
POST https://organization-manager.api.cloud.yandex.net/organization-manager/v1/idp/users:generatePassword
Response
HTTP Code: 200 - OK
{
"passwordSpec": {
"password": "string",
"generationProof": "string"
}
}
Response for the UserService.GeneratePassword operation.
|
Field |
Description |
|
passwordSpec |
Generated password specification. |
PasswordSpec
Password specification.
|
Field |
Description |
|
password |
string Required field. The password string. |
|
generationProof |
string Proof that the password was generated by the system. |