Access Group 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.
access_membersLIST[Access User ID Map]List of access user map objects in the access group.
created_atStringThe time of creation for the Access Group.
Formatted as a Unix timestamp in seconds.

Sample Access Group Object

{
    "group_id": "2f2e7acf-c744-403f-b0f8-2961dd4c5a8b",
    "name": "Employee",
    "user_ids": [
        "e7fa4385-6c0c-4e85-bfd6-fbd37bc581c4",
        "98bc434b-32a6-47e2-a690-92643491134b"
    ]
}