# Get authenticated user's username Endpoint: GET /resources/usernames/v1/me Security: bearer ## Header parameters: - `frontegg-tenant-id` (string) The tenant identifier. Required for requests to api.frontegg.com (or your region) when using a management token. Parsed from the token when using user or API tokens - `frontegg-user-id` (string, required) The user id ## Response 200 fields (application/json): - `username` (string, required) The username value Example: "user.name" - `userId` (string, required) The user id value Example: "user-id"