--- title: privacyValueAllowUsers description: privacyValueAllowUsers attributes, type and example --- ## Constructor: privacyValueAllowUsers [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |users|Array of [int](../types/int.md) | Required| ### Type: [PrivacyRule](../types/PrivacyRule.md) ### Example: ``` $privacyValueAllowUsers = ['_' => 'privacyValueAllowUsers', 'users' => [Vector t], ]; ```