This function checks if a user is active. You can specify user names, group names or role names.
If you specify more users (e.g. as part of a role), this function will return true only if all users in the list are active.
Bash
isActive(user) #Output: Boolean
📚 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() |