## Developer Story As of https://github.com/coder/coder/pull/1537 there are query parameters on the workspaces endpoint for filtering - `organization_id` - `owner_id` (can be username, user_id, or 'me') Reflect this in the FE API code: https://github.com/coder/coder/blob/c1bb602bcb6f0d4b778ac63d58cbb32193aef327/site/src/api/api.ts#L120