Sync profile connectors

Learn how to connect your data source with SyncPortal. You must have the Account Owner or IT Support user role assigned to access these settings.

How it works

This tab allows you to connect your data sources to a sync profile. Each of the connectors are unique to a sync profile.

If you have multiple data sources, you can run each of these through the same sync profile using the same headers and rules, or you can run each data source through a separate sync profile.

You do not need to run the same data through multiple sync profiles.

There are three methods you can use to connect your data Microsoft Online, PowerShell Active Directory export, and the HTTP PUT method.

Manage your sync profile connectors

  1. Go to Tools > Account.
  2. Select Integrations from the left-hand menu.
  3. Select the Enabled Integrations tab.
  4. Click Manage Settings next to SyncPortal.
  5. Click Settings next to your sync profile.
  6. Select the Connectors tab. 
  7. Select the relevant connector: AzureAD/Office365, PowerShell AD, HTTP PUT.

    SyncPortal-Connectors.png

Microsoft Online Connector

The cloud-based user identity and authentication service Azure Active Directory (Azure AD) can be synchronized to MRI OnLocation using an Azure Automation Runbook

PowerShell Active Directory export

Active Directory (AD) is an employee directory service implemented by Microsoft for Windows domain networks. It is included in most Windows Server operating systems. 

HTTP PUT

With HTTP PUT you can sync most employee databases with OnLocation using a third-party application.

Data can be imported to this profile as a PUT method to our secure HTTPS endpoint. Data can be uploaded as text/csvapplication/json or application/xml and should be set in the Content-Type header.

This is an SSL-only API and is authenticated using basic authentication. The authenticate header takes the API key as the username and the password is not used.

  • URL - Where the information is sent.
  • HTTP METHOD - Use PUT method to upload the data.
  • Basic Auth Username - API Key needs to be entered as the Username for the basic authentication header.
  • Required Headers - The Content-Type header needs to be set to the format of the uploaded data, we support text/csv, application/json or application/xml.

SyncPortal-Connectors-http.png

Next step: Check how your fields are mapped in your SyncPortal profile.