Compared to OS11, there is no some UserEntity attributes in ODC Systems.
Can someone explain it?
Hi @Dilmi Amarasingha ,
In the OutSystems Developer Cloud (ODC), the User Entity has been streamlined to make it easier to manage.
Compared to previous versions, such as OutSystems 11, it now focuses on the most important attributes. ODC uses a microservices strategy, which allows external services to handle user management
For managing users in ODC, here is the API you can use:
User and Access Management API
Thanks,
Vipin Yadav
HI,
Unlike in OS11, where you can directly access and extend the User Entity, in ODC, you work with a more abstract user management model. This abstraction limits direct modification or extension of the User Entity attributes.