User Functions
Use these actions to read users and groups.
Actions
Load All Users of a Group
Use this action to read and return all users from one or more groups. The following configuration options are available:
- Group:
Provide one or more groups as placeholders from which users should be loaded.
This action provides the following placeholders:
- Users:
This placeholder provides a list of all loaded users from the provided groups and can also be iterated in a loop.
Load All Groups of a User
Use this action to read and return all groups of one or more users in which they are members. The following configuration options are available:
- User:
Provide one or more users as placeholders whose groups should be loaded.
This action provides the following placeholders:
- Groups:
This placeholder provides a list of the groups in which the provided users are members and can also be iterated in a loop.