How Manager users via API?

0
Hello everybody, I`m new for here! My company use Mendix with very frequence, and I need create and manage user`s access in envirioments and apps . Currenty, I doing all activities manually, but as we have very user and access I`d like create a script to faster this. Is possible manage user access via API? The process that I need do are: create/delete/enable/disable users, provide and remove roles/entitlements.   Thank you!
asked
1 answers
1

Hi Rodrigo,

 

To manage that in all Mendix apps you would need to create a api yourself. (you might reuse it in all your apps though).

It might be easier to use an Identity Provider to do all the Identity and Access Management (IAM). That way you can for example use SSO for all your users and manage in the Identity provider all the accesses.

answered