Variable getUsersSearchConst
getUsersSearch: EndpointGeneric<{ cursor: undefined | string; keyword: string; limit: | undefined | 10 | 25 | 50 | 100; sessionId: undefined | string; }, { data: { displayName: string; hasVerifiedBadge: boolean; id: number; name: string; previousUsernames: string[]; }[]; nextPageCursor: string; previousPageCursor: string; }, any> = ...
Api
GET https://users.roblox.com/v1/users/search
Summary
Searches for users by keyword.
Param: keyword
The search keyword.
Param: sessionId
Param: limit
The number of results per request.
Param: cursor
The paging cursor for the previous or next page.