GET /verification/guardians/minors
Get the list of all wards for the current user as guardian, including protection settings information for minor users.
Minor Protection `bearerAuth` application/json
Referenced Schemas
dto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_MinorProfileResponse
dto.PageInfo
| Field | Type | Required | Example | Constraints | Description |
has_next |
boolean |
No |
|
|
HasNext indicates whether there is a next page |
has_prev |
boolean |
No |
|
|
HasPrev indicates whether there is a previous page |
page |
integer |
No |
|
|
Page is the current page number (1-based) |
page_size |
integer |
No |
|
|
PageSize is the number of items per page |
total |
integer |
No |
|
|
Total is the total number of items across all pages |
total_pages |
integer |
No |
|
|
TotalPages is the total number of pages |
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.MinorProfileResponse
| Field | Type | Required | Example | Constraints | Description |
age_group |
string |
No |
|
|
|
consent_granted |
boolean |
No |
|
|
|
daily_limit_minutes |
integer |
No |
|
|
|
guardian_user_id |
string |
No |
|
|
|
is_minor |
boolean |
No |
|
|
|
night_mode_end |
string |
No |
|
|
|
night_mode_start |
string |
No |
|
|
|
restrictions |
array of
string |
No |
|
|
|
user_id |
string |
No |
|
|
|