How to get the list of all sub-ordinates of an Appian user?

Certified Senior Developer

How to get the list of all sub-ordinates of an Appian user?
For eg: for supervisor(userinfo) function returns supervisor name of an user, similarly my requirement is to get the sub-ordinate names of an user.

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer

    I don't think we have a similar function to return subordinates of a user. But if needed the functionality can be achieved using expression. Most probably a user will have subordinates from a set of groups only. So you can extract all the users from the group whose supervisorName matces with the said Appian user. If users are not restricted to specific groups, you can use the All Users group but this can be performance extensive. 

    Hope this helps.