Overview
Users are identified within the YGG API through a unique identifier known as the yggUserId, which is a uuid. This yggUserId serves as the primary key for identifying specific users across API operations.
User Identification
The yggUserId is a uuid (Universally Unique Identifier) assigned to each user upon registration or creation within the YGG system. It is a key component for all interactions involving users and is required to fetch user-specific data, or issue Quest Points.
Example Use Cases
The yggUserId can be used in several contexts within your game, such as:
- Issuing Quest Points: Assign quest points, badges, or other in-game rewards to users based on their
yggUserId.