Access Groups REST Endpoints

Access Groups
The access groups resource is used to view, create, update, and delete access groups. An access group is a group of resources that are granted access to data. They are selected based on a specific membership rule or manually. Data access to specific objects and their records can be defined and implemented using groups.
Create an access group
Method: post
Path: /crmRestApi/resources/11.13.18.05/accessGroups
Delete an access group
Method: delete
Path: /crmRestApi/resources/11.13.18.05/accessGroups/{AccessGroupNumber}
Get all access groups
Method: get
Path: /crmRestApi/resources/11.13.18.05/accessGroups
Get an access group
Method: get
Path: /crmRestApi/resources/11.13.18.05/accessGroups/{AccessGroupNumber}
Update an access group
Method: patch
Path: /crmRestApi/resources/11.13.18.05/accessGroups/{AccessGroupNumber}