Find Users With Permissions
Returns a list of users who fulfill these criteria: * their user attributes match a search string. * they have a set of permissions for a project or issue.If no search string is provided, a list of all users with the permissions is returned.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 match the search string and have permission for the project or ...