Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Auto Sync Configurations

GET http://localhost:8080/rest/googlegroupsync/1.0/utility/runlist/listadmin/config

Code Block
$ curl -u username -XGET http://localhost:8080/rest/googlegroupsync/1.0/utility/runlist/listadmin/config
Enter host password for user 'username ':
[{"configId":3,"googleGroup":"ila.esolution.admin.list@ilaesolution.com","jiraGroup":"ila.esolution.admin.list"}]
$


ADD AUTO SYNC CONFIGURATION

POST http://localhost:8080/rest/adgroupsync/1.0/utility/add/admin/config

Response: [Status: 200]

DELETE AUTO SYNC CONFIGURATION

DELETE http://localhost:8080/rest/adgroupsync/1.0/utility/remove/admin/config/id/{configId}


Perform Sync

POST http://localhost:8080/rest/googlegroupsync/1.0/utility/run/admin/sync

...