### BETA VERSION This API is currently in Beta. It is subject to changes, and backward compatibility is not guaranteed. Please use with caution in production environments. ### Overview Endpoints for managing organizational group hierarchies and access control scopes within REVEAL. Groups act as organizational containers that restrict user access to: **vehicles**, **drivers**, **users**, and **assets**. Standard RESTful endpoints are provided for resource creation **POST**, retrieval **GET**, partial update **PATCH**, and removal **DELETE**. This service supports hierarchical nesting via `groupId` and `parentGroupId`.
Initial Version
<< Groups Management API