# `GSEndpoint.user`

*Instance Property*

The user of the endpoint, or an empty string, if none.

## Declaration

```swift
var user: String { get set }
```

```objc
@property (nonatomic, strong) NSString * user;
```

```python
user() -> str
setUser_(user: str)
```

