POST /admin/users/{user_id}/children-consent/verify
Admin verifies parent/child consent, completing activation of the minor account
Minor Management `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
user_id |
path |
string |
Yes |
|
|
|
User ID |
Referenced Schemas
dto.ChildrenConsentResponse
Minor parental consent verification status
| Field | Type | Required | Example | Constraints | Description |
id |
string |
No |
child_consent_001 |
|
Record ID |
method |
string |
No |
email |
|
Verification method |
parent_email |
string |
No |
parent@example.com |
|
Parent email |
parent_phone |
string |
No |
13800138000 |
|
Parent phone |
recorded_at |
string |
No |
2026-04-15T10:30:00Z |
|
Record time |
status |
string |
No |
pending |
|
Status |
tenant_id |
string |
No |
tnt_xyz789 |
|
Tenant ID |
user_id |
string |
No |
usr_abc123 |
|
User ID |
verified |
boolean |
No |
True |
|
Is verified |
verified_at |
string |
No |
2026-04-15T10:30:00Z |
|
Verification time |