POST /internal/identity/verify-password
Verify user password and return validation result and user ID
Authentication None application/json
Request Body
Schema: dto.VerifyPasswordRequest
| Field | Type | Required | Example | Constraints | Description |
identifier |
string |
Yes |
|
|
Identifier |
password |
string |
Yes |
|
|
Password |
Referenced Schemas
dto.VerifyPasswordData
| Field | Type | Required | Example | Constraints | Description |
user_id |
string |
No |
|
|
|
valid |
boolean |
No |
|
|
|
dto.VerifyPasswordResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
data |
dto.VerifyPasswordData |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|