Skip to content

backend: add GET /v1/workspaces/{id}/members (list members) #85

Description

@el-amin-dev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions