The SynchronizeGroups
action instructs the connector to retrieve security group information from the data repository. IDOL requires this information to provide document security, which ensures that documents can be viewed only by authorized users.
FlowFiles containing the user and group information are routed to the "Groups Output" relationship of the connector group. You can use a PutOGS processor to send this information to your IDOL OmniGroupServer.
For more information about mapped security, refer to the IDOL Document Security Administration Guide.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
ConnectorGroup
|
The name of the connector group to send the request to. This must match the name you specified when you configured the ConnectorGroupRouter processor in your dataflow. |
Yes |
http://host:10000/action=SynchronizeGroups&ConnectorGroup=SharePoint
This is an asynchronous action, so you receive a token in response to the request. You can use the QueueInfo action to determine whether synchronization has finished.
|