How can I see usernames via user ID?

I remember when users would get banned, we could edit the URL to get off of the 404 error and see their friends, and it would say ex: “username’s friends”.

That has now been invisible.
Is there an alternative method to this? I only want to see the username.

2 Likes

https://users.roblox.com/v1/users

Response for User ID 695213:

{
  "data": [
    {
      "hasVerifiedBadge": false,
      "id": 695213,
      "name": "Ripull",
      "displayName": "Ripull"
    }
  ]
}

You can try it on https://users.roblox.com/docs/

Please reply to me if I’m wrong or if this isn’t what you wanted.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.