Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
| 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"
}