get_workspace_member
Retrieve a specific workspace member using workspace ID and user ID. When both IDs are known, this targeted lookup returns the member directly without listing the full roster.
Instructions
Get one workspace member by workspace_id and user_id. Use this when you already know both IDs; use list_workspace_members to browse the full roster.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID to retrieve (must be a valid UUID from list_all_users, not an email address) | |
| workspace_id | Yes | The workspace ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |