POST /verification/guardians
为未成年用户创建监护关系。监护人必须是已认证的成年用户,创建后需监护人授权同意
未成年人保护 `bearerAuth` application/json
Referenced Schemas
dto.DataResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_GuardianRelationshipResponse
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.GuardianRelationshipResponse
| Field | Type | Required | Example | Constraints | Description |
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 |
|
|
|