Me#

get_me(self, mode=None)#

Get data about the authenticated user.

Parameters:

mode (GameMode | str | None) – Get data about the specified mode. Defaults to the user’s default mode.

Return type:

User

Notes

Implements the Get Own Data endpoint.

Note

This endpoint requires the Scope.IDENTIFY scope.