Autional Autional
API Reference GitHub autional.com →

GET /verification/minors/guardians

Query all guardians of a minor user by minor user ID, including relationship type and authorization status.

Minor Protection `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
minor_user_id query string Yes Minor user ID

Responses

StatusDescriptionSchema
200Guardian list with relationship type and authorization statusdto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_GuardianRelationshipResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_GuardianRelationshipResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
items array of

See gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.GuardianRelationshipResponse

No Uniformly use items
message string No
pagination object No Pagination information (nested object)
timestamp string No
total integer No Total count (flattened for direct reading)

dto.PageInfo

FieldTypeRequiredExampleConstraintsDescription
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

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No

gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.GuardianRelationshipResponse

FieldTypeRequiredExampleConstraintsDescription
consent_at string No
consent_given boolean No
consent_scope string No
created_at string No
guardian_user_id string No
id string No
minor_user_id string No
relation_type string No
verified boolean No
verified_at string No