Variable getUsersAuthenticatedRolesConst

getUsersAuthenticatedRoles: EndpointGeneric<{}, {
    roles: string[];
}, any> = ...

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

Gets the (public) roles of the authenticated user, such as "Soothsayer" and "BetaTester".