> ## 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/xuid(xuid)/lists/PINS/{listname}

> /users/xuid(xuid)/lists/PINS/{listname}

# /users/xuid(xuid)/lists/PINS/{listname}

Accesses items in a list.
The domain for these URIs is `eplists.xboxlive.com`.

* [URI parameters](#ID4EV)

<a id="ID4EV" />

## URI parameters

| Parameter | Type   | Description                                                                                      |
| --------- | ------ | ------------------------------------------------------------------------------------------------ |
| xuid      | string | XBOX User ID (XUID).                                                                             |
| listtype  | string | Type of the list (how it is used and how it acts). Always "PINS" for these related methods.      |
| listname  | string | Name of the list (which list of a given listtype to act on). Always "XBLPins" for items in Pins. |

<a id="ID4EGC" />

## Valid methods

[DELETE](/reference/live/rest/uri/lists/uri-usersxuidlistspinslistnamedelete)

  Removes items from a list.

[GET](/reference/live/rest/uri/lists/uri-usersxuidlistspinslistnameget)

  Returns the contents of a list.

[POST](/reference/live/rest/uri/lists/uri-usersxuidlistspinslistnamepost)

  Inserts items into the list at the index based on the query string parameter **insertIndex**.

[PUT](/reference/live/rest/uri/lists/uri-usersxuidlistspinslistnameput)

  Updates the items in a list according to the indexes specified for each item in the request body.

<a id="ID4EZC" />

## See also

<a id="ID4E2C" />

##### Parent

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


## Related topics

- [XblUserStatisticsGetSingleUserStatisticsAsync](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticsasync.md)
- [XblUserStatisticsGetSingleUserStatisticAsync](/reference/live/xsapi-c/user_statistics_c/functions/xbluserstatisticsgetsingleuserstatisticasync.md)
- [XblAchievementsResultGetNextAsync](/ja-jp/reference/live/xsapi-c/achievements_c/functions/xblachievementsresultgetnextasync.md)
- [XblSocialSubmitReputationFeedbackAsync](/reference/live/xsapi-c/social_c/functions/xblsocialsubmitreputationfeedbackasync.md)
- [XblAchievementsGetAchievementAsync](/reference/live/xsapi-c/achievements_c/functions/xblachievementsgetachievementasync.md)
