Get Gamertag by UserID
Retrieve a user’s current gamertag from their permanent User ID
GET
Get the current ZBD Gamertag for a user when you have their permanent User ID. Useful for displaying current usernames and sending rewards to users you’re tracking by ID.
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.