---
title: "Check password strength for a new user"
method: POST
path: "/user/password_strength"
tags: ["Users"]
---

# Check password strength for a new user

`POST /user/password_strength`

## Request body

- CheckPasswordStrengthNewUserRequestBody — CheckPasswordStrengthNewUserRequestBody
  - `email` string — User email address
  - `password` string, required — New password
  - `real_name` string — User real name

## Response `200`

Response

- CheckPasswordStrengthNewUserResponse — CheckPasswordStrengthNewUserResponse
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `message` string — Printable result of the request
  - `password_strength` object, required — Password strength
    - `is_acceptable` boolean — True if the password is acceptable
    - `message` string, required — Password strength message
    - `score` integer, required — Password strength score

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/042e78a96ad8/schema)
