Supported Features
The Microsoft Dynamics 365 Business Central Online SaaS connector supports the following features:
-
Account Management
-
Account-Group Management
Account Management
The following table describes the supported operations on various objects for the Microsoft Dynamics 365 Business Central Online SaaS connector:
|
Operations |
Licensed User |
|---|---|
|
Aggregation |
Yes |
|
Get Account |
Yes |
|
Enable/Disable Users |
Yes |
|
Add/Remove Entitlements • Add/Remove Permission Set • (Applicable only for Refresh Token authentication and Business Central v24 and below) Add/Remove Groups |
Yes |
Using Security Group Object for Pre-existing Sources
With Dynamics 365 Business Central v25 and later, security groups have been introduced for user management. Consequently, user groups are deprecated. When upgrading for v25+, ensure that any references to the userGroup schema are removed from your configurations.
API to add new ROLE schema:
Method: POST
URL: v2025/sources/<source-id>/schemas
JSON Payload example:
{
"type": "securityGroup",
"displayAttribute": "displayName",
"nativeObjectType": "securityGroup",
"identityAttribute": "id",
"attributes": [
{
"name": "id",
"type": "string",
"description": "The unique ID of the security group."
},
{
"name": "code",
"type": "string",
"description": "The code of the security group."
},
{
"name": "groupName",
"type": "string",
"description": "The group name of the security group."
}
]
}
Note
Licensed Users are synchronized from Microsoft Entra ID.
Entitlement Management
|
Operations |
Permission Sets |
Groups |
|---|---|---|
|
Aggregation |
Yes |
Yes |