motion_users
List users filtered by team or workspace, or fetch the current user's information from Motion's API. Enables applications to manage user context for calendar and task automation.
Instructions
Manage users and get current user information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | No | Team ID to filter users by (optional for list operation) | |
| operation | Yes | Operation to perform | |
| workspaceId | No | Workspace ID (optional for list operation, ignored for current) | |
| workspaceName | No | Workspace name (alternative to workspaceId, ignored for current) |