Insightly
Insightly provides customer relationship management software for small and midsize businesses. It can be integrated with other applications such as Box, Dropbox, Gmail, Outlook, and QuickBooks. Its dashboard lets users create custom reports and track projects.
Supervisor Configuration Parameters
To configure the connector, following parameters are required:
Supported Objects and Operations
Users
Table 54: Supported operations for Users
Get user by Id |
GET |
Get all users |
GET |
Groups
Table 55: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get group by Id |
GET |
Get all groups |
GET |
Mandatory Fields
Users
Groups
Connector Limitations
- Create, Update, and Delete operation (for Users) are not supported.
-
During the process of creating or updating a group, if the member data is incorrect, the operation fails with Bad request status code.
-
It is possible to create multiple groups with the same name in Insightly cloud application.
Egnyte
Egnyte lets users store files on either a company’s existing data center infrastructure or in the cloud. It can be integrated with the cloud, storage, devices, and business applications to let you control data with your current hardware.
Supervisor Configuration Parameters
To configure the connector, following parameters are required:
To get the Client_id
- Login to the Egnyte cloud application.
-
Register an application under My API Keys menu. Registered Application will have an API key that can be used as Client_Id.
Supported Objects and Operations
Users
Table 56: Supported operations for Users
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get user by Id |
GET |
Get all users |
GET |
Get all users with pagination |
GET |
Groups
Table 57: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get all groups |
GET |
Get all groups with pagination |
GET |
Mandatory Fields
Users
Groups
Connector Limitations
- The Role object type is not supported by cloud application for trial account. Hence, the connector does not support the role endpoint.
SugarCRM
SugarCRM is a customer relationship management (CRM) system. It allows users to manage sales-force automation, marketing campaigns, customer support, collaboration, mobile CRM, social CRM, and reporting.
Supervisor Configuration Parameters
To configure the connector, following parameters are required:
-
Connector name
-
Client Id
- Client Secret
-
Username
-
Password
- Platform
- Target URL (cloud application's instance URL used as target URL in payload)
Supported Objects and Operations
Users
Table 58: Supported operations for Users
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Deprovision |
PUT |
Undo Deprovision |
PUT |
Groups
Table 59: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Mandatory Fields
Users
Groups
Connector Limitations
-
Creation of a duplicate user returns the following status code:
- A CRUD operation on Users and Groups can be performed only by users with Admin credentials.
- Multiple groups can be created with same name.
-
Group memberships cannot be added, retrieved, or modified using API calls.
-
Cloud application allows creation of a group without the Name being specified.
Oracle IDCS
Oracle IDCS is a cloud-based identity management service that integrates with existing systems and directories. Users can develop, access and deploy their applications from one platform. It works with both cloud and on-premises applications.
Supervisor Configuration Parameters
To configure the connector, following parameters are required:
Supported Objects and Operations
Users
Table 60: Supported operations for Users
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get all users |
GET |
Get user by id |
GET |
Get users with Pagination |
GET |
Groups
Table 61: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get |
GET |
Get |
GET |
Mandatory Fields
Users
-
userName
-
emails.value
-
name.familyName
Groups
Connector Limitations
-
Oracle IDCS does not validate the values provided for the roles in the user request and the same is getting assigned to the user. No validation is performed for the type, value properties for the roles. Same is the case with entitlements.
-
Groups will not be returned with the create user response.
-
Sub-Groups cannot be added in Group Memberships.