authenticatedUserInfo
Gets information about the currently authenticated user.
Example
const { data: userInfo } = await ClassicUsersApi.authenticatedUserInfo(); Example Data
{ id: 45348281, name: "MightyPart", displayName: "MightyPart" } Endpoint
GET /v1/users/authenticated