Get flag setting for user

Deprecated
Get a single flag setting for a user by flag key. <br /><br />The `_value` is the flag variation that the user receives. The `setting` indicates whether you've explicitly targeted a user to receive a particular variation. For example, if you have turned off a feature flag for a user, this setting will be `false`. The example response indicates that the user `Abbie_Braun` has the `sort.order` flag enabled.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

projectKeystringRequired
The project key
environmentKeystringRequired
The environment key
userKeystringRequired
The user key
featureFlagKeystringRequired
The feature flag key

Response

User flag settings response
_valueany
settingany
reasonobject or null
Contains information about why that variation was selected.

Errors