Find Users Assignable To Projects
Returns a list of users who can be assigned issues in one or more projects. The list may be restricted to users whose attributes match a string.This operation takes the users in the range defined by `startAt` and `maxResults`, up to the thousandth user, and then returns only the users from that range that can be assigned issues in the projects. This means the operation usually returns fewer users than specified in `maxResults`. To get all the users who can be assigned issues in the pr...