Global architecture

With the Remote Control API, you can create, update or delete your users.
The user architecture is the following :

🚧

Predefined Role

User role can only be: CREATOR, ADMIN, USER, OWNER, ACCOUNT_ADMIN, VIEWER

If you wanna check in depth each field check User API

[
     {
          "email": "<EMAIL>",
          "role": "<ROLE>"
     }
]