When to Use This
Display Current Names
Show up-to-date gamertags in leaderboards and profiles
Send Rewards by ID
Reward users you track by permanent ID
Sync Databases
Update stored gamertags periodically
User Lookups
Find users in your system by their ID
Configuration
Path Parameters
The permanent User ID (UUID format)Example:
"0a59bf56-daa3-4888-8330-cbc02eba3a6e"
Header Parameters
Your ZBD Project API Key
Response
Response Fields
Field | Type | Description |
---|---|---|
gamertag | string | User’s current gamertag |
Two-Way Mapping - Use Get UserID by Gamertag to go from gamertag → ID, and this endpoint for ID → gamertag. Together they handle all user lookups.