Autional Autional
API Reference GitHub autional.com →

POST /admin/users/{user_id}/children-consent/deny

Admin rejects parent/child consent, marking the minor account as rejected

Minor Management `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
user_id path string Yes User ID

Responses

StatusDescriptionSchema
200Rejection successfuldto.ChildrenConsentResponse

Referenced Schemas

dto.ChildrenConsentResponse

Minor parental consent verification status

FieldTypeRequiredExampleConstraintsDescription
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