add_workspace_member
Add an existing organization user to a workspace with a specified role. Requires the user's UUID from list_all_users and the workspace ID.
Instructions
Add an existing org user to a workspace with a role. Requires a UUID user_id; use list_all_users to find it, and invite_user first if the person is not yet in the org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | The workspace ID to add the member to | |
| user_id | Yes | The user ID to add (must be a valid UUID from list_all_users, not an email address) | |
| role | Yes | Role in the workspace |
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 |