Skip to content

feat(space): manager member search by username/email/phone #201

@an9xyz

Description

@an9xyz

Problem

The admin member list endpoint GET /v1/manager/spaces/:space_id/members only matches the keyword query param against user.name and space_member.uid. SSO / email-login users often have an empty name, so admins cannot locate them.

Proposal

Extend the keyword filter to also cover user.username, user.email and user.phone, so members can be searched by username, email, phone, nickname, or UID. Keep list and count queries on the same filter; keep wildcard escaping.

Notes

Implemented in PR #200. Issue filed retroactively to attach the work to Sprint W22 (workflow order was reversed — PR opened before the tracking issue).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions