| Attribute | Type | Description | 
|---|---|---|
| group_id | String(Unique) | The unique identifier of the Access Group managed by Verkada. | 
| name | String(Unique) | The unique name of the Access Group provided by the customer. | 
| successful_adds | LIST[String(Unique)] | List of user_ids successfully added to the access group. | 
| unsuccessful_adds | LIST[String(Unique)] | List of user_ids that were not added to the group. | 
Sample Access Group Addition Object
{
    "group_id": "2f2e7acf-c744-403f-b0f8-2961dd4c5a8b",
    "name": "Employee",
    "successful_adds": [
        "e78c4369-792c-4622-ac9b-b9b65a8944f9"
    ],
    "unsuccessful_adds": []
}