search-users
search-usersResolve a person by partial display name or email to their Microsoft Entra user ID and email. For fuzzy matches among contacts, use search-people first.
Instructions
Resolve a person by (partial) display name or email, e.g. "Móré Attila" -> Entra user with email + id. Use search-people first for fuzzy matches among the user's contacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name fragment or email address | |
| cursor | No | Continuation token (nextCursor of a previous truncated response). Continues that listing; other query inputs are ignored. | |
| maxItems | No | Maximum items to return across pages (default 50, max 500). Pagination via @odata.nextLink is handled automatically; when the result is truncated, pass its nextCursor as cursor to continue. |