How do I manage the user (Weweb auth) by API?

Hello there,

If you are using the Strapi and Weweb Auth, so you need to store the user in 2 tables:

  1. Weweb Auth
  2. User collection on Strapi

The Weweb Auth plugin is limited and doesn’t support creating custom fields because creating a collection/table outside and syncing is necessary, right?

Imagine that you have an operation team that doesn’t have access to the Weweb. If the team deletes a user on Strapi, it needs to sync with Weweb Auth to remove that same user.

I need the Weweb auth API to manage the user and facilitate the sync.
What is the best way to automate this flow?