> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XTF_USER_AGE_GROUP

> XTF_USER_AGE_GROUP

# XTF\_USER\_AGE\_GROUP

Specifies the age group of a simulated user.

## Syntax

```cpp theme={null}
typedef enum XTF_USER_AGE_GROUP    
{  
    XTF_USER_AGE_GROUP_UNKNOWN = 0,
    XTF_USER_AGE_GROUP_ADULT = ( XTF_USER_AGE_GROUP_UNKNOWN + 1 ) ,
    XTF_USER_AGE_GROUP_TEEN = ( XTF_USER_AGE_GROUP_ADULT + 1 ) ,
    XTF_USER_AGE_GROUP_CHILD = ( XTF_USER_AGE_GROUP_TEEN + 1 ) 
} XTF_USER_AGE_GROUP  
```

## Constants

| Constant                       | Description            |
| ------------------------------ | ---------------------- |
| XTF\_USER\_AGE\_GROUP\_UNKNOWN | User's age is unknown. |
| XTF\_USER\_AGE\_GROUP\_ADULT   | User is an adult.      |
| XTF\_USER\_AGE\_GROUP\_TEEN    | User is a teenager.    |
| XTF\_USER\_AGE\_GROUP\_CHILD   | User is a child.       |

## Requirements

**Header:** XtfUser.h

**Supported platforms:** Windows (for XBOX console tools)

## See also

[XtfUser](/reference/tools/xtf/xtfuser/xtfuser-xbox-windows-n)


## Related topics

- [XTF_USER_DATA_V2](/reference/tools/xtf/xtfuser/structures/xtf_user_data_v2.md)
- [XUserAgeGroup](/reference/system/xuser/enums/xuseragegroup.md)
- [XUserGetAgeGroup](/reference/system/xuser/functions/xusergetagegroup.md)
- [XUserGetMaxUsers](/reference/system/xuser/functions/xusergetmaxusers.md)
- [XR-014 Player Data and Personal Information](/publishing/certification/xr/xr-014.md)
