> ## 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.

# /users/{ownerId}/people/{targetid}

> /users/{ownerId}/people/{targetid}

# /users/{ownerId}/people/{targetid}

Accesses a person by target ID from caller's people collection.
The domain for these URIs is `social.xboxlive.com`.

* [URI parameters](#ID4EV)

<a id="ID4EV" />

## URI parameters

| Parameter | Type   | Description                                                                                                                                                                               |
| --------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ownerId   | string | Identifier of the user whose resource is being accessed. Must match the authenticated user. The possible values are "me", xuid({xuid}), or gt({gamertag}).                                |
| targetid  | string | Identifier of the user whose data is being retrieved from the owner's People list, either an XBOX User ID (XUID) or a gamertag. Example values: xuid(2603643534573581), gt(SomeGamertag). |

<a id="ID4EQB" />

## Valid methods

[GET](/reference/live/rest/uri/people/uri-usersowneridpeopletargetidget)

  Gets a person by target ID from caller's people collection.

<a id="ID4E1B" />

## See also

<a id="ID4E3B" />

##### Parent

[Universal Resource Identifier (URI) Reference](/reference/live/rest/uri/atoc-xboxlivews-reference-uris)


## Related topics

- [Displaying people from the People System](/services/xbox-services/community/people-system/concepts/live-pplsys-displaying-people.md)
- [XblPresenceGetPresenceForSocialGroupAsync](/reference/live/xsapi-c/presence_c/functions/xblpresencegetpresenceforsocialgroupasync.md)
- [Privacy and permissions overview](/services/xbox-services/fundamentals/identity/privacy/live-privacy-overview.md)
- [User authentication and ownership](/build/steam-porting-guide/features/user-authentication-and-ownership.md)
- [People system](/services/xbox-services/community/people-system/index.md)
