Hello, I have a BTP app connected to the SAP IAS via BTP service "Cloud Identity services" - which means I can only use X509 certificate provided by them to create users mapped to that specific application via Users Management REST API ("https:// . accounts.ondemand.com/service/users" endpoint)
This one - User Management REST API | SAP Help Portal
However, in my scenario, I need to create and activate some new technical users automatically, without an interaction of a living person. And while I can create a new user and retrieve his account activationLink (pointing to the website where the user can set his password), I see no convenient way how to complete this final step - setting of password - without UI.
So I am wondering if someone didn't encounter this issue before and there is some guide/npm package that would help to do it. Or is there some special reason why is user activation via "/service/users" endpoint so tricky? It didnt pose a problem as "/scim/users" endpoint. Thank you