Description
The API for creating and deleting Pickaxe users is malfunctioning. Users are unable to create new accounts due to an error indicating that the user already exists, while attempts to delete the user result in a ‘not found’ error, creating a catch-22 situation.
Steps to Reproduce
- Attempt to create a new user with the email ‘me@mailinator.com’ using the API.
- Observe the response indicating that the user already exists.
- Attempt to delete the user using the same email address.
- Observe the response indicating that the user cannot be found.
Acceptance Criteria
- The API should allow the creation of a new user if the email does not already exist.
- The API should successfully delete a user when provided with a valid email address.
- The system should accurately reflect the existence of users in the management interface.
Link to Loom
https://loom.com/share/964a5247588f487d8f246290c7b3ca7f?src=composer