The Sync Job Plugin runs External Identity Source syncing.

Usage

Command Line

$ ./bin/cake job -c co -j CoreJob.SyncJob [-s] [force=force] [external_identity_source_id=id [source_keys=key[,...]]]

  • co: Numeric CO ID to run Sync for.
  • force: Whether to force processing of records that otherwise appear unchanged. Set to 1 to force processing.
  • id: External Identity Source to run Sync for. If omitted, all Sources in the CO will be processed if they are in an appropriate mode.
  • key: Source Keys within the specified External Identity Source to Sync. If omitted, all records within the Source will be processed, in accordance with the configured mode.

Web Interface

Sync Jobs cannot currently be scheduled via the Web Interface. (CFM-400)

See Also


  • No labels