romaklimenko / cluedin

CluedIn Python SDK
MIT License
3 stars 0 forks source link

Post a Clue to restore a User #11

Closed romaklimenko closed 1 year ago

romaklimenko commented 1 year ago
  1. Delete a /Infrastructure/User entity.
  2. Log in with this user. The UI will be broken because the user is still in AspNetUsers, but there's no corresponding entity.

The goal is to post a Clue to restore this entity.

romaklimenko commented 1 year ago

Duplicate of #12