AI Expert Assist - Knowledge base

Hello team,

We are attempting to sync Zoom Knowledge Base with Freshservice Solutions (knowledge base). The only method the appears to work for a dynamically changing Freshservice KB is to use the customer API integration. We are able to pull data from freshservice, but when we attempt to use a Zoom API for creating an article, /km/kbs/{kbId}/articles, we get a failure with authorization.

{‘code’: 109, ‘message’: ‘Invalid access token, does not contain permissions:[ZoomVirtualAgent:Edit]’}

If we use the same access token for /v2/phone/devices. The API is successful.

Scopes added to the Zoom app are:
zva:write:km_article:admin
zva:update:km_kb:admin
zva:update:km_article:admin
zva:delete:km_article:admin
zva:read:km_kb:admin
zva:read:list_km_articles:admin
zva:read:km_articles:admin
zva:read:list_engagements:admin
zva:read:list_queries:admin

which are all the available scopes under ZVA. additionally, ALL zoom scopes were added to the application and this API did not work. This is when testing the access code with other APIs was tried and were successful

Looking for some assistance as to why the create is failing.

Thank you,

Steve McGoff