securityGroupMember resource type

Represents a security group member 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 securityGroupMember securityGroupMember Gets a security group member object.
Navigation Return Type Description
user user Gets the user of the securityGroupMember.

Properties

Property Type Description
securityGroupCode string
userSecurityId GUID The unique ID of the user security.
securityGroupName string

JSON representation

Here is a JSON representation of the securityGroupMember resource.

{
    "securityGroupCode": "string",
    "userSecurityId": "GUID",
    "securityGroupName": "string"
}

See Also

GET securityGroupMember