What is the difference between System.User and Administration.Account

2
I am curious what is the difference between System.User and Administration.Account? Is Account an Administrator user?
asked
1 answers
5

Hello Martijn,

Accounts inherit from users, so yes, they are a user but they provide additional functionality.

The key difference here is that the User entity cannot be changed in any way, while the Account entity is an extension to that and can be further expanded if needed.

Hope this helps

answered