Iss #34 - Update retirement to not fail for non-existent users
- Iss #34 (closed) - Update retirement to not fail for non-existent users
This ran afoul of an edge case where a user that is in the process of deletion requests retirement, and the user has already been deactivated by the time the retirement process starts. This leads to errors where the user can't be removed as there is no data in the profile api for inactive users.
Resolves #34 (closed)