userGroupPermission resource type
Represents a user group permission 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 userGroupPermission | userGroupPermission | Gets a user group permission object. |
DELETE userGroupPermission | none | Deletes a user group permission object. |
POST userGroupPermission | userGroupPermission | Creates a user group permission object. |
PATCH userGroupPermission | userGroupPermission | Updates a user group permission object. |
Navigation
Navigation | Return Type | Description |
---|---|---|
userGroup | userGroup | Gets the user group of the userGroupPermission. |
permissionSet | permissionSet | Gets the permission set of the userGroupPermission. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the user group permission. Read-Only. |
userGroupCode | string | The user group code. |
roleId | string | The unique ID of the user group permission role. |
displayName | string | Specifies the user group permission's name. |
appId | GUID | The ID of the App. |
extensionName | string | The name of the extension. |
scope | string | Scope of the user group permission. |
JSON representation
Here is a JSON representation of the userGroupPermission resource.
{
"id": "GUID",
"userGroupCode": "string",
"roleId": "string",
"displayName": "string",
"appId": "GUID",
"extensionName": "string",
"scope": "string"
}
Related information
GET userGroupPermission
DELETE userGroupPermission
POST userGroupPermission
PATCH userGroupPermission