web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Zoom custom connect do...
Power Apps
Unanswered

Zoom custom connect doesn’t work

(0) ShareShare
ReportReport
Posted on by 6

I want to solve the issue of the Zoom custom connector with JWT.

My Zoom JWT app works with Python but my Power Automate custom connector doesn’t work.

Please help me.

 

  • I confirm that my Zoom JWT app works with using Python as below.

import http.client

conn = http.client.HTTPSConnection("api.zoom.us")

headers = {

    'authorization': "Bearer {deleted},

    'content-type': "application/json"

    }

conn.request("GET", "/v2/users?status=active&page_size=30&page_number=1", headers=headers)

res = conn.getresponse()

data = res.read()

# print(data.decode("utf-8"))

 

with open('zoomJWT.txt', mode='w') as f:

    f.write(data.decode("utf-8"))

 

  • I built the Power Automate Custom connector as attached but it failed: error code: ‘124’.

 

Test:

Status

 (401)

Headers

{

  "cache-control": "no-cache, no-store, must-revalidate, no-transform",

  "content-type": "application/json;charset=UTF-8",

  "date": "Tue, 30 Aug 2022 01:18:31 GMT",

  "expires": "Thu, 01 Jan 1970 00:00:00 GMT",

  "pragma": "no-cache",

  "x-content-type-options": "nosniff",

  "x-ms-apihub-cached-response": "true",

  "x-ms-apihub-obo": "true",

  "x-zm-trackingid": "v=2.0;clid=aw1;rid={deleted}",

  "x-zm-zoneid": "VA"

}

 

Body

{

  "code": 124,

  "message": "Invalid access token."

}

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 345 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 177

Last 30 days Overall leaderboard