> ## 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})/inbox

> /users/xuid({xuid})/inbox

# /users/xuid({xuid})/inbox

Provides access to a user's messaging inbox for XBOX LIVE Services.
The domain for these URIs is `msg.xboxlive.com`.

* [URI parameters](#ID4EV)

<a id="ID4EV" />

## URI parameters

| Parameter | Type                    | Description                                                      |
| --------- | ----------------------- | ---------------------------------------------------------------- |
| xuid      | unsigned 64-bit integer | The XBOX User ID (XUID) of the player who is making the request. |
| messageId | string\[50]             | ID of the message being retrieved or deleted.                    |

<a id="ID4EDC" />

## Valid methods

[GET (/users/xuid({xuid})/inbox)](/reference/live/rest/uri/users/uri-usersxuidinboxget)

  Retrieves a specified number of user message summaries from the service.

[DELETE (/users/xuid({xuid})/inbox/{messageId})](/reference/live/rest/uri/users/uri-usersxuidinboxmessageiddelete)

  Deletes a user message in the user's inbox.

[GET (/users/xuid({xuid})/inbox/{messageId})](/reference/live/rest/uri/users/uri-usersxuidinboxmessageidget)

  Retrieves the detailed message text for a particular user message, marking it as read on the service.

<a id="ID4EVC" />

## See also

<a id="ID4EXC" />

##### Parent

[Users URIs](/reference/live/rest/uri/users/atoc-reference-users)


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