Welcome to the topic dedicated to scanning the platform for verified users, its target is to find as many users with a verified checkmark as possible. This is done through means such as using friend, group, and verification related APIs to scan over many users in an efficient and recursive manner. The found verified users are compiled, sorted and double-checked into simple small text lists, split by commas(the seperator is ,). The topic is updated through replies, the newest ones contain the most up to date lists. Currently you can find the newest lists for verified users and groups through the following replies:
Disclaimer 1
Please do not use any of the data provided in this topic to harass, stalk, or create malware targeted towards verified individuals on the platform. The data I provide here is provided for the sole purpose of transparency and personal curiosity, and it should not be used in any way that negatively affects individuals who own verified badges. I claim no responsibility for how you choose to utilize the information on this topic and any malicious actions you decide to take are on you.
Disclaimer 2
The lists shown in this topic are relevant to the time they were uploaded. If you choose to use an outdated list there’s a high chance of you relying on information that contains mistakes. On top of that, some lists contain group and user ids that are banned from the platform, but the respective APIs I used still return the verified status for them. Before using any of the ids I provided for anything, please ensure they still have their verified badge, and they aren’t banned, using proper APIs. I would suggest relying on the id lists more, since usernames can change and may not be up to date. The usernames provided here are for the sole purpose of visualization. Lastly, it’s worth mentioning that the methods provided here approximate the verified users, they don’t return all of them. This means that some accounts may be missed if they aren’t active in any meaningful way(such as business, events, or group holder accounts). Please take all the above into consideration when using any of the provided lists.
Original Post
This topic is the continuation of a previous topic about me looking for the list of verified users on the platform(which I’m not certain if I’m allowed to link here). On that previous topic I was looking for the user ids of all the users with a verified badge, only to discover that Roblox doesn’t provide us with a clean concise way to do that.
Therefore I came up with the following method of fetching said users:
- Get all users of the following groups: 1200769(Official group of Roblox), 4199740(Roblox video stars), 10720185(Roblox developer community), 3514227(Roblox devforum community), 650266(Trade) and only keep the verified ones.
- Get all users that have accounts on the devforum and only keep the verified ones.
- Add hardcoded exclusions(I added Roblox and builderman).
- For all the combined verified users found, fetch their friends, if verified friends are found that aren’t already in the list add them to the list and repeat the process recursively for them until no new verified users are found(this usually takes 3-4 iterations).
Using this method at the time of topic creation I was able to detect a total of 1430 verified accounts on the Roblox platform. Here’re two txt files with all the user ids and usernames of those accounts, separated by ,(CSV) and sorted by user id and username respectively:
(these lists are old, the most recent ones are in the last replies of this topic)
verified_ids.txt (13.4 KB)
verified_usernames.txt (15.0 KB)
The reason this was made into a bulletin board topic is because I plan to update the list here once in a while and I also want people outside of the forum to be able to see it.



