Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides access to a user's messaging inbox for Xbox LIVE Services.
The domain for these URIs is msg.xboxlive.com.
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. |
Valid methods
GET (/users/xuid({xuid})/inbox)
Retrieves a specified number of user message summaries from the service.
DELETE (/users/xuid({xuid})/inbox/{messageId})
Deletes a user message in the user's inbox.
GET (/users/xuid({xuid})/inbox/{messageId})
Retrieves the detailed message text for a particular user message, marking it as read on the service.