# Create Access Group Create a new Access Group within the Property Management System (PMS). This endpoint allows you to add a new access group, which can be used to manage access control within buildings and facilities. Endpoint: POST /api/v3/accessGroups Version: 3.0.4 Security: OAuth2 ## Query parameters: - `currentUser` (object, required) ## Request fields (application/json): - `id` (integer) Id of Access Group - `name` (string, required) Name of Access Group - `building` (object, required) Building associated with the unit type - `building.id` (integer) Unique identifier of the building - `building.name` (string) Name of the building - `externalIdentifier` (string, required) External Identifier of Access Group ## Response 200 fields (application/json): - `id` (integer) Id of Access Group - `name` (string, required) Name of Access Group - `building` (object, required) Building associated with the unit type - `building.id` (integer) Unique identifier of the building - `building.name` (string) Name of the building - `externalIdentifier` (string, required) External Identifier of Access Group