POST /admin/users/{user_id}/identities/{identity_id}/verifications
Verify a user's identity (e.g., send verification code to email/phone)
Account Management `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
identity_id |
path |
string |
Yes |
|
|
|
Identity ID |
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|