Hi team,
I was calling SCIM API to get the list of user on my Zoom account. However, the response is unexpected. Instead of users list, it is showing the “Account does not exist” with response code 404.
The account exist and I have gotten the access token using the same account credentials
How To Reproduce
Steps to reproduce the behavior:
- URL /scim2/Users
- HEADERS {“Host”: “zoom.us”, Authorization": “Bearer {access_token}”, “Content-Type”: “application/json”}
Response: {“schemas”:[“urn:ietf:params:scim:api:messages:2.0:Error”],“detail”:“Account does not exist.”,“status”:404}