Reproduction Steps
Send a GET request to https://develop.roblox.com/v1/user/is-verified-creator
.
Expected Behavior
The endpoint should do one of two things:
- return the ID verification status of the user with the user ID determined by a query parameter like
userId
- return the ID verification status of the authenticated user
I am unsure which of these behaviors was originally intended because of this bug.
Actual Behavior
The response is always the following:
{
"isVerifiedCreator": true
}
It always returns this, even on accounts that are not ID verified or email verified, no matter what query parameters are passed.
Issue Area: Roblox Website
Page URL: https://develop.roblox.com/v1/user/is-verified-creator
Impact: High
Frequency: Often