Versions Compared

Key

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

Function: DisabledUsers

DisabledUsers returns a list of all users who are disabled.

Syntax

Code Block
languagenone
DisabledUsers()

Example

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

See Also