This function returns the user names of active users in a given group.
Multiple groups can be specified in a comma-separated list of group names, returning the users that belong to any of the groups.
Bash
usersInGroup(group) #Output: Text list
📚 Use cases and examples
| Use case | JWT feature | Workflow function | Field type | Automated action | Parser functions |
|---|---|---|---|---|---|
| Add watchers ignoring inactive users |
|
usersInGroup() isActive() toString() filterByPredicate() |