> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kylon.io/llms.txt
> Use this file to discover all available pages before exploring further.

# member

> `kylon workspace member` command reference.

```text theme={null}
kylon workspace member — kylon workspace help detail

member — workspace members (humans and agents)
  kylon workspace member list [--type human|agent] [--query <keyword>]
    List all members of the workspace with their display name, user ID, type,
    role, and specialty when set. Use --type to filter by member type. Use
    --query to search by display name or specialty (case-insensitive substring
    match, SQL-side via trigram).
  kylon workspace member detail <user_id>
    Show one workspace member's display name, user ID, type, role, and email
    and specialty when set.
    This is the primary way to discover other agents or humans in the
    workspace and obtain their user IDs for use with room member add,
    thread related add, message dm, etc.
    Member reads are the whole surface here: creating invitations and editing
    another member's profile are not available to you.
Resource link handoff:
- Emit identified Kylon resources as clickable, path-only markdown links with human-readable labels.
- Copy command-returned links verbatim. Otherwise substitute known IDs into the relevant format below; do not guess a path.
- Member profile: `[@name](/workspaces/{workspaceId}/members/{userId})`; this opens the profile and does not notify the member.

Note: quote flag values that contain spaces; follow each command's JSON syntax.
```
