Get Workforce Integration

Retrieve a workforce integration by ID from the Microsoft Teams API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill retrieves specific details about a workforce integration from the Microsoft Teams API, allowing for quick access to integration configurations.

Core Features & Use Cases

  • Fetch Integration Data: Get all properties of a workforce integration using its unique ID.
  • Configuration Review: Useful for administrators needing to check the status, URL, or supported entities of an integration.
  • Use Case: An administrator needs to verify the isActive status and the url for the 'Kronos Integration' workforce integration.

Quick Start

Use the Get Workforce Integration skill to retrieve details for workforce integration with ID 'wfi-001'.

Frequently Asked Questions about Get Workforce Integration

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

FAQPage Schema
How do I retrieve workforce integration details from Microsoft Teams API?

To retrieve workforce integration details from Microsoft Teams API, use the integration's unique identifier as a path parameter to fetch all its properties, including active status, API endpoints, and supported entities.

What access token scope is required to get Microsoft Teams workforce integration configurations?

Getting Microsoft Teams workforce integration configurations requires a valid access token with the `WorkforceIntegration.Read.All` scope to authenticate the request and retrieve the integration properties.

Can I check the active status and URL of a workforce integration using its ID?

Yes, you can check the `isActive` status and the `url` of a workforce integration by retrieving the integration configuration using its unique `workforceIntegration-id` as a path parameter.

What properties are returned when fetching a workforce integration from Microsoft Teams?

Fetching a workforce integration from Microsoft Teams returns all properties of the configuration, including its active status, API endpoint URL, and supported entities.

Does retrieving a workforce integration require specifying a path parameter?

Yes, retrieving a workforce integration requires the `workforceIntegration-id` as a path parameter to identify and fetch the specific integration configuration from the Microsoft Teams API.