Read the default security groups. GA
siteId
globally unique identifier
Guid ID of the site that is to have its default security groups read. |
None.
ID
globally unique identifier
Required on Update
ID of the security group. |
Group
string
Required
Name of the security group. (Max length 100 characters) |
Description
string
Description of the security group |
SiteID
globally unique identifier
Required
ID of the site for the security group. |
Created
date
ReadOnly
Date the security group was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the security group. |
Updated
date
ReadOnly
Date the security group was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person who updated the security group. |
Deleted
boolean
ReadOnly
Deleted status of the security group. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the security group. |
<SecurityGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>d2165f85-da62-45ee-a61a-c78b549e7275</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>913d9be0-06f2-4638-8ffd-82c52c187a9f</SiteID> <Created>2025-07-15T23:04:40.4295566+00:00</Created> <CreatedBy>364cd6d7-3712-42b4-a173-9b9914473263</CreatedBy> <Updated>2025-07-15T23:04:40.4295566+00:00</Updated> <UpdatedBy>b852dba4-130d-43e5-8719-a5e4a14a1ff5</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "d2165f85-da62-45ee-a61a-c78b549e7275", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "913d9be0-06f2-4638-8ffd-82c52c187a9f", "Created": "2025-07-15T23:04:40.4295566+00:00", "CreatedBy": "364cd6d7-3712-42b4-a173-9b9914473263", "Updated": "2025-07-15T23:04:40.4295566+00:00", "UpdatedBy": "b852dba4-130d-43e5-8719-a5e4a14a1ff5", "Deleted": true, "DeletedByRef": true }