Optionalparameters: { maxResults?: number; projectKeys?: string | string[]; username?: string }
OptionalmaxResults?: numberThe maximum number of users to return (defaults to 50). The maximum allowed value is 100 (The combination of maxResults and startAt is limited to the first 100 results). If you specify a value that is higher than this number, your search results will be truncated. If you send a request with startAt=98 and maxResults=20, it will only return 2 users.
OptionalprojectKeys?: string | string[]The keys of the projects we are finding assignable users for, comma-separated
Optionalusername?: stringThe username
Optionaloptions: RequestOptions
Returns a list of users that match the search string and can be assigned issues for all the given projects.