Skip to main content

Age Verification Object

Contains age verification data.

age_groupinteger<int32>

Age group category of this user:

0 = Unknown
1 = Minor
2 = Youth
3 = Adult.

Example: 0
age_gate_statusinteger<int32>

The status of an age verification request for this user:

0 = Pending
1 = Rejected
2 = Approved.

Example: 0
restrictionsinteger<int32>

The bitmask permissions assigned to a user account, specifying the actions the user is permitted to perform.

Example: 0
Age Verification Object
{
"age_group": 0,
"age_gate_status": 0,
"restrictions": 0
}