Variable getUsersUseridUsernameHistoryConst
getUsersUseridUsernameHistory: EndpointGeneric<{ cursor: undefined | string; limit: | undefined | 10 | 25 | 50 | 100; sortOrder: undefined | "Asc" | "Desc"; userId: number; }, { data: { name: string; }[]; nextPageCursor: string; previousPageCursor: string; }, any> = ...
Api
GET https://users.roblox.com/v1/users/:userId/username-history
Summary
Retrieves the username history for a particular user.
Param: userId
Param: limit
The number of results per request.
Param: cursor
The paging cursor for the previous or next page.
Param: sortOrder
The order the results are sorted in.