# Retrieving Users

The retrieving users' endpoint allows you to retrieve a user by their ID.

```js label="JavaScript"
client.user("123").get();
```


---

This page was last updated at 2026-08-07T20:37:30.909Z.

For the most recent version of this documentation, visit [https://getstream.io/activity-feeds/docs/javascript/v2/users-read/](https://getstream.io/activity-feeds/docs/javascript/v2/users-read/).