Question
https://api.zoom.us/v2/users/{userId}/assistants : Fails with 401
REST API fails with 401
Made up example below,
POST:
https://api.zoom.us/v2/users/***********/assistants
Request body:
{
"assistants": [
{
"email": "***********",
"id": "KDcuGIm1QgePTO8WbOqwIQ"
}
]
}
Response:
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
</body>
</html>
