permissionSet resource type

Represents a permission set in Dynamics 365 Business Central.

Note

For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET permissionSet permissionSet Gets a permission set object.

Properties

Property Type Description
scope string Scope of the permission set.
appId GUID The ID of the App.
id string The unique ID of the permission set. Read-Only.
displayName string Specifies the permission set's name. This name will appear on all sales documents for the permission set.
extensionName string The name of the extension.

JSON representation

Here is a JSON representation of the permissionSet resource.

{
    "scope": "string",
    "appId": "GUID",
    "id": "string",
    "displayName": "string",
    "extensionName": "string"
}

See Also

GET permissionSet