Usage of /users/{id}/inbox GET
Discussion
Returns a user's inbox.
This method requires an access_token, with a scope containing "read_inbox".
This method is effectively an alias for /inbox. It is provided for consumers who make strong assumptions about operating within the context of a single site rather than the Stack Exchange network as a whole.
{id}
can contain a single id, to find it programmatically look for user_id
on user or shallow_user objects.
This method returns a list of inbox items.
Try It