cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
331
Views
1
Helpful
2
Replies

User still present on Control hub after delete operation.

Hi Team,

I deleted user using Webex Meeting XML API, but still can see user is present on Webex Control Hub.
I am getting user details as well using Webex Meeting XML API. Ideally GetUser should have been thrown "User not found " something like error.

Can you please help?
Below steps performed:

1) Delete user using Webex Meeting XML API:

2) GetUser:


Response (This should have been returned error response as user deleted previously but getting success response along with user details):



Can you please help to understand why this giving user details even user is deleted? Please find screenshot for request response for above operation.

Thanks,
Prashant

2 Replies 2

Jonathan Schulenberg
Hall of Fame
Hall of Fame

Is there a reason you’re using the legacy meetings API instead of the current People API? The former predates Control Hub and Webex Common Identity; I’m honestly not sure whether it’s expected to work against Webex CI user objects. Note that there is a soft delete concept though to give admins a seven day undo opportunity.

Hi @Jonathan Schulenberg ,
We are having application written using legacy meetings API.
Thanks for your inputs.

Thanks,
Prashant