Microsoft Planner is a task management and work organization tool developed by Microsoft. It is an integral part of the Microsoft 365 productivity suite. The core purpose of Planner is to help teams organize their work visually. Users can create plans, build task boards, assign tasks to team members, set due dates, and track progress in a simple, Kanban-style interface. It is designed for light project management and collaborative task handling. As a product of Microsoft, a global technology leader headquartered in Redmond, Washington, Planner is deeply integrated with other Microsoft applications like Teams, Outlook, and SharePoint, making it a convenient choice for businesses already invested in the Microsoft ecosystem.
Microsoft Planner is available through several tiers, primarily tied to Microsoft 365 subscriptions.
Microsoft Planner does not have a standalone free plan. However, its core features are included for free within many paid Microsoft 365 subscriptions. If your organization already subscribes to a qualifying Microsoft 365 plan (like Business Basic, Business Standard, E3, or E5), you can use Planner without any additional charge. For users who do not have a subscription, Microsoft typically offers a one-month free trial for plans that include Planner, such as Planner Plan 1, allowing you to test its premium features.
Getting started with Microsoft Planner is straightforward, especially if you are familiar with the Microsoft 365 environment.
Pros:
Cons:
Microsoft Planner's main strength is its native integration within the Microsoft 365 ecosystem. Key integrations include:
Yes, Microsoft Planner has an API available through the Microsoft Graph API. This allows developers to programmatically interact with Planner data, such as plans, buckets, and tasks. You can use it to create custom applications, build integrations with other software, or automate reporting.
To use the API, you need to register an application in Azure Active Directory (Azure AD) to get client credentials. Authentication is handled via OAuth 2.0, not a simple static API key. Developers must request the necessary permissions (like Group.ReadWrite.All
and Tasks.ReadWrite
) for their application to access Planner data on behalf of a user or as an application.
Here is a conceptual example of a GET request to fetch tasks from a plan using the Microsoft Graph API:
GET https://graph.microsoft.com/v1.0/planner/plans/{plan-id}/tasks
Authorization: Bearer {access-token}
This request would return a JSON object containing the tasks within the specified plan. For detailed documentation, developers should visit the Microsoft Graph developer portal.
Microsoft runs a comprehensive affiliate program that includes its wide range of products, such as Microsoft 365 subscriptions which contain Microsoft Planner. While there isn't an affiliate program specifically for 'Planner' alone, you can earn commissions by promoting Microsoft 365 Business or Enterprise plans.
To join, you typically need to apply through a third-party affiliate network that partners with Microsoft, such as Rakuten Advertising. Once approved, you receive unique affiliate links to place on your website, blog, or social media. You earn a commission for each qualifying purchase of a Microsoft 365 subscription made through your link. Commission rates vary depending on the product and the affiliate network's terms. For more information or to become a partner, it is best to search for the 'Microsoft Affiliate Program' online and follow the application process on their official partner page.
Show your users that Microsoft Planner is listed on SAASprofile. Add this badge to your website:
<a href="https://saasprofile.com/microsoft-planner?utm_source=saasprofile&utm_medium=badge&utm_campaign=embed&utm_content=tool-microsoft-planner" target="_blank"><img src="https://saasprofile.com/microsoft-planner/badge.svg?theme=light&width=200&height=50" width="200" height="50" alt="Microsoft Planner badge" loading="lazy" /></a>