whoami
Check the configured API key's owner, status, scopes, and accessible universes to diagnose permission errors or identify whose analytics data is being read before querying.
Instructions
Identify the owner of the configured API key, and report exactly what it can read.
Open Cloud keys are otherwise anonymous — no analytics endpoint reveals the caller — so call this first whenever you need to know whose experiences these are, or when a query fails and you cannot tell whether the cause is a missing scope, a disabled key, or the wrong universe.
Returns the key's name, the Roblox account that created it (with username), whether it is enabled and unexpired, its scopes, and which universes it covers — where * means every experience the owner can access. Optionally also lists the owner's groups, which is usually where a studio's real titles live.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeGroups | No | Also list the key owner's group memberships and roles. Default true. |