securityGroup resource type

Represents a security group in 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 securityGroup securityGroup Gets a security group object.
DELETE securityGroup none Deletes a security group object.
Navigation Return Type Description
securityGroupMembers securityGroupMembers Gets the securitygroupmembers of the securityGroup.
userPermissions userPermissions Gets the user permissions of the securityGroup.

Properties

Property Type Description
id string The unique ID of the security group. Read-Only.
code string The code of the security group.
groupName string

JSON representation

Here is a JSON representation of the securityGroup resource.

{
    "id": "string",
    "code": "string",
    "groupName": "string"
}

See Also

GET securityGroup DELETE securityGroup