---
title: nw_parameters_attribution_t.user
framework: network
role: symbol
role_heading: Case
path: network/nw_parameters_attribution_t/user
---

# nw_parameters_attribution_t.user

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

## Declaration

```swift
case user
```

## Mentioned in

Indicating the source of network activity

## Discussion

Discussion Use this value for the attribution parameter of a call to the 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 value instead.

## See Also

### Request Sources

- [nw_parameters_attribution_t.developer](network/nw_parameters_attribution_t/developer.md)
