Is there a way to achieve a multi-level list of managed users through standard rest api?

1
0
-1

In a form page, i need to get list of users managed by the currently logged in user. I know how to do that, but i also need the users possibly managed by the first set of users(recursion).

What I would like to know is whether there is a way to achieve this that doesn't involve writing a rest extension in java.

Thanks in advance. Jose.

1 answer

1
+1
-1
This one is the BEST answer!

Hi,

I'm afraid you will need to either develop a custom REST API extension or a Custom widget that trigger the recursive requests.

HTH Romain

Comments

Submitted by jherraez on Thu, 07/02/2020 - 17:01

Thanks. That's what i thought.

Notifications