> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# XblPresenceStopTrackingUsers

> XblPresenceStopTrackingUsers

# XblPresenceStopTrackingUsers

Configures the list of users for whom real-time device and title presence updates will be tracked. Presence updates for the specified Users will no longer be received.

## Syntax

```cpp theme={null}
HRESULT XblPresenceStopTrackingUsers(  
         XblContextHandle xblContextHandle,  
         const uint64_t* xuids,  
         size_t xuidsCount  
)  
```

### Parameters

*xblContextHandle*   \_In\_\
Type: [XblContextHandle](/reference/live/xsapi-c/types_c/handles/xblcontexthandle)

XBOX live context for the local user.

*xuids*   \_In\_\
Type: uint64\_t\*

Array of XboxUserIDs to remove from the list of tracked Users.

*xuidsCount*   \_In\_\
Type: size\_t

Length of xuids array.

### Return value

Type: HRESULT

HRESULT return code for this API operation.

## Requirements

**Header:** presence\_c.h

**Library:** Microsoft.Xbox.Services.14x.GDK.C.lib

## See also

[presence\_c](/reference/live/xsapi-c/presence_c/presence_c_members)


## Related topics

- [XblPresenceStopTrackingAdditionalTitles](/reference/live/xsapi-c/presence_c/functions/xblpresencestoptrackingadditionaltitles.md)
- [XblUserStatisticsStopTrackingUsers](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingusers.md)
- [XblUserStatisticsStopTrackingStatistics](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsstoptrackingstatistics.md)
- [XblSocialManagerDestroySocialUserGroup](/reference/live/xsapi-c/social_manager_c/functions/xblsocialmanagerdestroysocialusergroup.md)
- [Handling a title Presence change](/services/xbox-services/community/presence/how-to/live-handling-a-title-presence-change.md)
