Authentication

Begin connecting the calling member to Microsoft 365

Native-provider twin of the external MCP connect/start route: returns an authorize URL for the browser, using the OAuth client the org saved for this provider.

get/v1/mcp-connections/microsoft-365/connect/start

Response

Authorize URL, or already connected.

status'connected' | 'needs_auth' required
authorizeUrlstring nullable required

Changes

Changed in 1 of the 29 revisions of this API.1

    • added the optional property to the response with the status

      response-optional-property-added