Hey there,
We've been using a python script that uses the Meraki API to automate the offboarding of users when they leave the company. The script was running smoothly until mid November (we think, but we are not exactly sure about the specific date). In this script, we authenticate using the API key, get the user ID from the email address in this specific network ID, and then delete the authorized user. If the user is not authorized, we get a response that the user is already not authorized.
The users that are not authorized are still getting the correct response. However, users that are authorized, we get a response 404 when using deleteNetworkMerakiAuthUser call with an error message:
{'errors': ['Wired networks must have Client VPN enabled']}
We have no idea where this response is coming from as we couldn't find it documented anywhere. We also asked our network team for any change from their side to this network.
Is there anyone who faced this issue or someone who can help us find the source of this problem?
Thanks!