Ability to filter by user

Hi there!

I would like to pull a list of pipelines for a given user within my organization (currently, I can only filter by ?mine=true).

The current alternatives that I can see to this are:

  • Pull a bunch of pipelines and filter it after the fact
  • Require given user to provide their own token and make the API call on their behalf (more work for the user)

Any advice on this? Thanks!