Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserApiUserSearchRequest

Request parameters for userSearch operation in UserApi.

export
interface

UserApiUserSearchRequest

Hierarchy

  • UserApiUserSearchRequest

Index

Properties

lang?: string

If the user has one or more repos with the given language(s), the org will be in the results. Multiple lang's are ORed.

memberof

UserApiUserSearch

limit?: number

page size of results

memberof

UserApiUserSearch

page?: number

page number of results to return (1-based)

memberof

UserApiUserSearch

q?: string

keyword

memberof

UserApiUserSearch

uid?: number

ID of the user to search for

memberof

UserApiUserSearch

Generated using TypeDoc