Variable getUsersAuthenticatedConst

getUsersAuthenticated: EndpointGeneric<{}, {
    displayName: string;
    id: number;
    name: string;
}, any> = ...

GET https://users.roblox.com/v1/users/authenticated

Gets the minimal authenticated user.