With my team we're currently trying to have an automated process to manage the users in our subscription.
In particular we're trying to do the following operations :
- Get a user (done)
- Create a user (done)
- Update an existing user (not done)
- Deleting an existing user (not done)
For the last two operations I didn't see any documentation on how to do such operations. Are they supported through Rest API ? If so where can I find some documentation on how to do that ?
Thanks in advance !