nexus_get_age_verification_info
Retrieve a user's age verification status and external verification IDs. Supply a user ID or omit to check the current user, providing clear verification details for age-restricted access.
Instructions
Get a user's age verification status (v2 GraphQL).
Returns: JSON {verified, externalVerificationIds: [{createdAt, externalVerificationId}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. Omit for the current user. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |