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>bdb24420-f1b2-43cf-8116-9125b3844fb1</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b1e1deec-1ad7-4d9e-aaaa-5d10d757478f</SiteID> <Created>2026-05-06T06:05:11.2381822+00:00</Created> <CreatedBy>3113394b-c0c7-4b04-a265-e031e225fc4e</CreatedBy> <Updated>2026-05-06T06:05:11.2381822+00:00</Updated> <UpdatedBy>cac79952-a2e3-4ac5-9479-b6740b83602b</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "bdb24420-f1b2-43cf-8116-9125b3844fb1",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "b1e1deec-1ad7-4d9e-aaaa-5d10d757478f",
"Created": "2026-05-06T06:05:11.2381822+00:00",
"CreatedBy": "3113394b-c0c7-4b04-a265-e031e225fc4e",
"Updated": "2026-05-06T06:05:11.2381822+00:00",
"UpdatedBy": "cac79952-a2e3-4ac5-9479-b6740b83602b",
"Deleted": true,
"DeletedByRef": true
}