# Return cPanel account feature access This function checks whether a user has access to a feature on a feature list. Endpoint: GET /verify_user_has_feature Version: 11.134.0.5 Security: BasicAuth ## Query parameters: - `feature` (string, required) The feature's ID. Call WHM API 1's function to view available features. Example: "sslinstall" - `user` (string, required) The cPanel account username. Example: "username" ## Response 200 fields (application/json): - `data` (object) - `data.has_feature` (integer) Whether the user can access the feature. * — The user can access the feature. * — The user access the feature. This function returns a value for any feature that does exist in a [feature list](https://go.cpanel.net/whmdocsFeatureManager). This is because the system presumes users have access to features that exist outside of the system's feature lists. Enum: 0, 1 - `data.query_feature` (string) The queried feature's ID. Example: "sslinstall" - `metadata` (object) - `metadata.command` (string) The method name called. Example: "verify_user_has_feature" - `metadata.reason` (string) The reason the API function failed when the field is . This field may display a success message when a function succeeds. Example: "OK" - `metadata.result` (integer) * — Success. * — Failed. Check the field for more details. Enum: 0, 1 - `metadata.version` (integer) The version of the API function. Example: 1