09-06-2022 09:09 AM
I have registered an integration and use it to pull a list of all Webex accounts and cross reference that against HR to delete the account from Webex once the user is terminated. Many of these accounts have a display name that is just an email address. Or they will have entered their first and last name in all lowercase. The script (Powershell) used to be able to update the first, last and display name for these users, but now I seem to be getting a 502 (Bad gateway) message when I try. Also, there are occasions where I need to remove access immediately, but I do not want to remove the account until termination is official. For that, I tried to set the loginEnabled property to false but that returns a 502 error as well. I have the rights to disable and edit accounts using admin.webex.com, so I do not understand why I cannot do it with the API.
The steps I perform:
Happy to post code if needed.
Solved! Go to Solution.
09-07-2022 05:14 AM
This might be better off being discussed through a support ticket, looks like there is some analysis that needs to be performed on it. Can you create a ticket by emailing us at devsupport@webex.com?
Please also provide the full request and responses you're getting from the API. If you have tracking IDs please provide those too (found in the response Headers, if not returned in the response body), if not then please at least provide the user who's making the request and the Client ID of the integration used.
09-07-2022 05:14 AM
This might be better off being discussed through a support ticket, looks like there is some analysis that needs to be performed on it. Can you create a ticket by emailing us at devsupport@webex.com?
Please also provide the full request and responses you're getting from the API. If you have tracking IDs please provide those too (found in the response Headers, if not returned in the response body), if not then please at least provide the user who's making the request and the Client ID of the integration used.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide