Mendix API - Access Restriction Profiles

0
Hi,   I am checking the Mendix documentation regarding API's and I want to know if we have something like this: Projects API | Mendix Documentation   But for manage the application's "Access Restriction Profiles"   Thanks in advance.
asked
1 answers
2

Hi Filipe,

Currently, it's not possible to manage application's "Access Restriction Profiles" via an API. I don't expect this on short-term either, because this heavily depends on where the application is hosted:

  • Mendix Cloud (with both Kubernetes and Cloud Foundry and maybe some old v3)
  • Private Cloud
  • SAP BTP Cloud
  • On-Premises

If you want to have more advanced access control options, you could consider something like an API Gateway. This is available at all cloud infra providers like AWS and Azure.

Good luck!

answered