<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_parameters_attribution_t/user",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@E@nw_parameters_attribution_t@nw_parameters_attribution_user"
  },
  "title" : "nw_parameters_attribution_t.user"
}
-->

# nw_parameters_attribution_t.user

The user explicitly directs the app to make a network request.

```
case user
```

## Discussion

Use this value for the `attribution` parameter of a call to the [`nw_parameters_get_attribution(_:)`](/documentation/Network/nw_parameters_get_attribution(_:)) method when constructing a network request that satisfies a user request to access an explicit, unmodified URL. In all other cases, use the [`nw_parameters_attribution_t.developer`](/documentation/Network/nw_parameters_attribution_t/developer) value instead.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)