---
title: effectiveUserIdentifier
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsxpcconnection/effectiveuseridentifier
---

# effectiveUserIdentifier

The effective user ID (EUID) of the connecting process.

## Declaration

```swift
var effectiveUserIdentifier: uid_t { get }
```

## Discussion

Discussion This attribute may be used by the listener delegate to accept or reject connections.

## See Also

### Working with security attributes

- [auditSessionIdentifier](foundation/nsxpcconnection/auditsessionidentifier.md)
- [processIdentifier](foundation/nsxpcconnection/processidentifier.md)
- [effectiveGroupIdentifier](foundation/nsxpcconnection/effectivegroupidentifier.md)
