what is the badge id for the roblox verified badge
Roblox’s verified badge doesn’t have a public numeric badge ID listed in the official FAQ; it’s described as a blue checkmark/visual indicator next to the account name.
What Roblox says
- The verified badge is a sign that an account is authentic and notable.
- Roblox also says it is different from Talent Hub’s ID verification badges.
- In the developer forum, the badge is referenced as
hasVerifiedBadgefor checking whether a user has it, not as a public badge ID.
Practical answer
If you’re looking for a number you can use in code or search by badge ID, Roblox does not appear to publish one for the verified badge in the sources I found.
Simple takeaway
Use the badge status/property, not a badge ID, to detect it on Roblox.
TL;DR: There’s no publicly listed badge ID for the Roblox verified badge in the official docs; Roblox exposes it as verified status instead.