I’m trying to use the Test Widgets in the documentation. I have oauth setup and get to a List Users.
I’m trying to now to Get User but I do not know how to do the substitute for the Path Parameter for the User Id. The test widget has https://api.zoom.us/v2/users/{userId} for the URL. There must be someway to substitute the value {userId} when using the test widget but I can’t find it. I feel like I’m missing some trivially easy piece of information to get this to work but I haven’t found it.
I found the answer about two minutes after posting the question. I see there are four tabs including Setting, and Query. The path parameters are under Settings, not Query. Once I looked there, I was able to set userId.