The members endpoint only supports POST (invite). There is no GET to list a workspace's members.
Frontend impact (found while building #80):
- can't display who's in a workspace
- blocks the member list UI and member-remove UI
- role visibility (who is admin/member/viewer) is unavailable in the app
Asks: add GET /v1/workspaces/{id}/members returning the members (ideally with
email/name, see related gap). DELETE .../members/{user_id} path exists but is
unusable without a list to act on.
Out of frontend lane — filing so it's tracked.
The members endpoint only supports POST (invite). There is no GET to list a workspace's members.
Frontend impact (found while building #80):
Asks: add GET /v1/workspaces/{id}/members returning the members (ideally with
email/name, see related gap). DELETE .../members/{user_id} path exists but is
unusable without a list to act on.
Out of frontend lane — filing so it's tracked.