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: GUEST, MEMBER, PROJECT_MANAGER, SUPER_ADMIN, ACCOUNT_OWNER
If you wanna check in depth each field check User API
[
{
"email": "<EMAIL>",
"role": "<ROLE>"
}
]