User and Group mapping
Box lets users securely store, access, share, and collaboratively work on files across devices. It is accessible through web and mobile applications and REST APIs. It features functions such as search, metadata, granular permission models, enterprise-grade security, retention policies, and preview capabilities.
Supervisor configuration parameters
To configure the connector, following parameters are required:
To get the Box credentials
-
Create an account in Box.
-
Log in to the Box account . The URL will be similar to https://{Business_Name}.app.box.com/folder/0.
-
Navigate to the Developer console.
-
Create a new custom application.
-
Select OAuth 2.0 with JWT (server authentication) as the authentication method.
- Enter a relevant name for the application that is to be created.
-
Click View App and navigate to the Configuration section.
-
Set the value of Application Access to Enterprise.
-
Enable the advanced features by selecting the following options:
- Perform action as Users
- Generate User access token
-
In the Add and manage public keys section, click generate Public/Private Key pair button. A config JSON file gets downloaded and it includes the credentials, that are required to get the access token for authentication.
Supported objects and operations
Users
Table 72: 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 73: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get group by Id |
GET |
Get all groups |
GET |
Get all groups with pagination |
GET |
Mandatory fields
Users
Groups
The user and group mappings are listed in the tables below.
Table 74: User mapping
id |
id |
login |
email[0].value |
login |
userName |
name |
name.formatted |
name |
displayName |
status |
active |
address |
address[0].formatted |
type |
userType |
phone |
PhoneNumbers[0].Value |
status |
active |
job_title |
title |
language |
preferredLanguage |
timezone |
timezone |
created_at |
meta.created |
modified_at |
meta.lastModified |
emailAliases.entries[].id |
userExtension.additionalEmails[].id |
emailAliases.entries[].email |
userExtension.additionalEmails[].value |
emailAliases.entries[].is_confirmed |
userExtension.additionalEmails[].is_confirmed |
Table 75: Group mapping
id |
id |
displayName |
name |
created_at |
created |
modified_at |
lastModified |
user[].id |
members[].value |
user[].name |
members[].display |
Connector limitations
There might be a performance impact when you add or remove multiple email aliases since the cloud application processes them one by one.
Connector limitations
Box lets users securely store, access, share, and collaboratively work on files across devices. It is accessible through web and mobile applications and REST APIs. It features functions such as search, metadata, granular permission models, enterprise-grade security, retention policies, and preview capabilities.
Supervisor configuration parameters
To configure the connector, following parameters are required:
To get the Box credentials
-
Create an account in Box.
-
Log in to the Box account . The URL will be similar to https://{Business_Name}.app.box.com/folder/0.
-
Navigate to the Developer console.
-
Create a new custom application.
-
Select OAuth 2.0 with JWT (server authentication) as the authentication method.
- Enter a relevant name for the application that is to be created.
-
Click View App and navigate to the Configuration section.
-
Set the value of Application Access to Enterprise.
-
Enable the advanced features by selecting the following options:
- Perform action as Users
- Generate User access token
-
In the Add and manage public keys section, click generate Public/Private Key pair button. A config JSON file gets downloaded and it includes the credentials, that are required to get the access token for authentication.
Supported objects and operations
Users
Table 72: 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 73: Supported operations for Groups
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get group by Id |
GET |
Get all groups |
GET |
Get all groups with pagination |
GET |
Mandatory fields
Users
Groups
User and Group mapping
The user and group mappings are listed in the tables below.
Table 74: User mapping
id |
id |
login |
email[0].value |
login |
userName |
name |
name.formatted |
name |
displayName |
status |
active |
address |
address[0].formatted |
type |
userType |
phone |
PhoneNumbers[0].Value |
status |
active |
job_title |
title |
language |
preferredLanguage |
timezone |
timezone |
created_at |
meta.created |
modified_at |
meta.lastModified |
emailAliases.entries[].id |
userExtension.additionalEmails[].id |
emailAliases.entries[].email |
userExtension.additionalEmails[].value |
emailAliases.entries[].is_confirmed |
userExtension.additionalEmails[].is_confirmed |
Table 75: Group mapping
id |
id |
displayName |
name |
created_at |
created |
modified_at |
lastModified |
user[].id |
members[].value |
user[].name |
members[].display |
There might be a performance impact when you add or remove multiple email aliases since the cloud application processes them one by one.
Pipedrive
Pipedrive is a cloud-based sales management tool offered on a web platform and as a mobile app.
Supervisor configuration parameters
To configure the connector, following parameters are required:
Supported objects and operations
Users
Table 76: Supported operations for Users
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get user by Id |
GET |
Get all users |
GET |
Mandatory fields
Users
NOTE: Additional features supported: Pipedrive connector supports attribute selection for the response based on the attributes mentioned in the query parameters ?attributes=.
User mapping
The user mappings are listed in the tables below.
Table 77: User mapping
Id |
id |
userName |
email |
displayName |
name |
Name.Formatted |
name |
email.value |
email |
Active |
active_flag |
Timezone |
timezone_name |
Locale |
locale |
Created |
created |
LastModified |
modified |
Connector limitations
-
The Groups object type is not supported.
- Pagination is not supported.
- Deleted user object can be retrieved using Get user by ID.
- Creation of a duplicate user does not return an error. Instead, the existing object is returned.
-
Deactivated or Deleted users can be deactivated or deleted multiple number of times.
-
Deactivated or Deleted users can be activated again.
- The Update operation supports only the change of active flag field.
Supervisor configuration parameters
Pipedrive is a cloud-based sales management tool offered on a web platform and as a mobile app.
To configure the connector, following parameters are required:
Supported objects and operations
Users
Table 76: Supported operations for Users
Create |
POST |
Update |
PUT |
Delete |
DELETE |
Get user by Id |
GET |
Get all users |
GET |
Mandatory fields
Users
NOTE: Additional features supported: Pipedrive connector supports attribute selection for the response based on the attributes mentioned in the query parameters ?attributes=.
User mapping
The user mappings are listed in the tables below.
Table 77: User mapping
Id |
id |
userName |
email |
displayName |
name |
Name.Formatted |
name |
email.value |
email |
Active |
active_flag |
Timezone |
timezone_name |
Locale |
locale |
Created |
created |
LastModified |
modified |
Connector limitations
-
The Groups object type is not supported.
- Pagination is not supported.
- Deleted user object can be retrieved using Get user by ID.
- Creation of a duplicate user does not return an error. Instead, the existing object is returned.
-
Deactivated or Deleted users can be deactivated or deleted multiple number of times.
-
Deactivated or Deleted users can be activated again.
- The Update operation supports only the change of active flag field.