Get Learning Provider

Retrieve learning provider details by ID using the Microsoft Teams API.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-learning-provider
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Get Learning Provider
Source: https://github.com/naftiko/microsoft-teams-sandbox/tree/main/skills/get-learning-provider
Command: npx skills add https://github.com/naftiko/microsoft-teams-sandbox --skill get-learning-provider

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves specific details about a learning provider, making it easy to access information about available learning resources.

Core Features & Use Cases

  • Fetch Provider Details: Get information like display name, login URL, and sync status for a given learning provider ID.
  • Use Case: An HR manager needs to quickly find the login URL for LinkedIn Learning to share with employees.

Quick Start

Get the details for the learning provider with ID 'provider-001'.

Frequently Asked Questions about Get Learning Provider

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve learning provider details in Microsoft Teams?

To retrieve learning provider details in Microsoft Teams, you use the Teams API to fetch information by supplying a unique learning provider ID and an authorization token. This returns the display name, login URL, and sync status for the employee learning resource.

What information is included when I fetch a learning provider configuration?

Fetching a learning provider configuration returns specific details including the provider's display name, login URL, and current synchronization status. This allows administrators to verify and share learning resource endpoints with employees.

Do I need an authorization token to get Microsoft Teams learning provider data?

Yes, you need a valid authorization token to get Microsoft Teams learning provider data. The API requires this token along with a valid learning provider ID as a path parameter to authenticate the request and return resource configurations.

How do I find the login URL for an employee learning resource like LinkedIn Learning?

To find the login URL for an employee learning resource like LinkedIn Learning, query the Microsoft Teams API with the specific learning provider ID. The response includes the login URL alongside the display name and sync status for that provider.

What happens if I query a learning provider ID that does not exist in Microsoft Teams?

Querying a learning provider ID that does not exist in Microsoft Teams will result in an API error, as the skill requires a valid learning provider identifier as a path parameter to successfully retrieve details.