Optionalparameters: {OptionalactionDescriptorId?: numberOptionalissueKey?: stringThe issue key for the issue being edited we need to find assignable users for.
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.
Optionalproject?: stringOptionalusername?: stringThe username
Optionaloptions: RequestOptions
Returns a list of users that match the search string. This resource cannot be accessed anonymously. Please note that this resource should be called with an issue key when a list of assignable users is retrieved. For create only a project key should be supplied. The list of assignable users may be incorrect if it's called with the project key for editing.