Find a User
planner_find_userFind a user by display name or email to retrieve their user ID for assigning tasks and listing their tasks.
Instructions
Find a user by display name or UPN/email to get the user ID needed for task assignments and planner_list_user_tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum results to return (default 50, max 200) | |
| query | Yes | Display name fragment or userPrincipalName/email | |
| response_format | No | Output format: human-readable markdown (default) or structured JSON | markdown |