Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Function: EnabledUsers

EnabledUsers returns a list of all users who are enabled. This is potentially slow if you have a lot of users. In such cases it may be faster to use NOT IN DisabledUsers().

Syntax

Code Block
languagenone
EnabledUsers()

Example

Code Block
languagenone
EntityType = ScriptAssignment AND AssignedTo IN EnabledUsers()

See Also