Access Group Addition Object

AttributeTypeDescription
group_idString(Unique)The unique identifier of the Access Group managed by Verkada.
nameString(Unique)The unique name of the Access Group provided by the customer.
successful_addsLIST[String(Unique)]List of user_ids successfully added to the access group.
unsuccessful_addsLIST[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": []
}