REST API with external User and Group Management

Hi,

I have some projects working with my own UserManager and GroupManager implementations, under the embedded engine library approach.

I am implementing (For activiti)
org.activiti.engine.impl.persistence.entity.UserManager;
org.activiti.engine.impl.persistence.entity.GroupManager;

I want to use Flowable through the REST API, and I cannot find in the documentation how to implement an endpoint to “answer” these same queries (like in which groups does a user -by username- participates, etc). I guess that flowable needs from the external IDM

Is there a way to do it already or it will be delayed for future versions?

1 Like