[GET] /get-user

[Get Request]

Description

Retrieves detailed information about a user.

Response

Returns a User object containing the following fields:

  • User ID – The unique identifier assigned to the user.

  • User XP – The total experience points accumulated by the user.

  • User Level – The current level of the user based on their XP.

Last updated