microsoft / microsoft/Power-CAT-Copilot-Studio-Kit
Bug: Agent Inventory usage request returns 403 while PPAC succeeds
@purnananda is already working on this.
Since Sep 8, 2026.
- Dominant language
- TypeScript
- Stars
- 450
- Forks
- 95
- Avg merge
- 26m
- Merged PRs (30d)
- 5
Description
Description
The licensing HTTP request used by Agent Inventory | Usage Data Load (GrandChild) returns 403 Forbidden, preventing Copilot Studio credit usage from being retrieved. Usage remains available in Power Platform admin center for the same admin account.
The affected request is shipped in CopilotStudioAccelerator-August2026.1:
GET https://licensing.powerplatform.microsoft.com/v2.0/tenants/{tenantId}/entitlements/MCSMessages/resources
The connector reports:
{
"code": 403,
"message": "The response is not in a JSON format.",
"innerError": "Cannot read server response."
}
Expected behavior
Agent Inventory can retrieve Copilot Studio credit usage through its documented licensing connection.
Requested help
Have the licensing endpoint or authorization requirements changed? Please advise on a fix for the Agent Inventory usage flow.
This resembles the symptoms previously reported in #628.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.