[ARCHIVED] Creating user via API: user "is already in use", but cannot be found
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2021
07:00 AM
Dear all, I am developing an Azure Logic App that automates creating Canvas users via a Python language Azure Function using the canvasapi Python package.
Everything is working fine, but when I delete the user manually and re-run my workflow with the same data, it fails with error 400: "(email address) already in use".
It is the same if I use Postman. The second run after deletion fails.
Can I recycle SIS IDs, email addresses and other unique properties when creating new objects?
If not then how can I erase those deleted object finally?
Thanks,
Zoltán
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.