cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
943
Views
5
Helpful
1
Replies

Deleting a User via Webex REST API

drussell10
Level 1
Level 1

I am new to using the REST API, so I appreciate any guidance.   I am attempting to use Powershell and the Webex REST API to manage my users, in this case deleting a user as part of my termination script.    I've found the guide on the actual command to perform the deletion, but it requires the person id.   I obviously know the email of the user to delete, but how do I get the person ID via the API and then use it to perform the actual deletion.    Again, any assistance would be appreciated.

1 Reply 1

dtibbe
VIP
VIP

Have a look at the whole /people endpoint https://developer.webex.com/docs/api/v1/people, when listing users, you may specify an email address to look for..

 

Make sure you join the developer community via https://developer.webex.com/support, you'll get much faster responses than here