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>05bfedf8-9a37-496a-b13e-9b496d3d7702</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>ad99df71-bb62-43d2-8414-52f2d5550f85</SiteID> <Created>2025-10-31T15:18:44.2875393+00:00</Created> <CreatedBy>e8623b37-30ff-4bfe-9c4a-cdac374feeea</CreatedBy> <Updated>2025-10-31T15:18:44.2875393+00:00</Updated> <UpdatedBy>669346bc-41e0-49cd-876c-1f2aa30fb9a7</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "05bfedf8-9a37-496a-b13e-9b496d3d7702",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "ad99df71-bb62-43d2-8414-52f2d5550f85",
"Created": "2025-10-31T15:18:44.2875393+00:00",
"CreatedBy": "e8623b37-30ff-4bfe-9c4a-cdac374feeea",
"Updated": "2025-10-31T15:18:44.2875393+00:00",
"UpdatedBy": "669346bc-41e0-49cd-876c-1f2aa30fb9a7",
"Deleted": true,
"DeletedByRef": true
}