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>ed1b2c2d-a990-415c-a7a8-fa4ace59f34e</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>43937eaf-6ed3-41bd-b9a0-9f78c50bd50a</SiteID> <Created>2026-09-04T05:01:19.5999523+00:00</Created> <CreatedBy>68c107d8-d970-4c42-900f-4fa02c654795</CreatedBy> <Updated>2026-09-04T05:01:19.5999523+00:00</Updated> <UpdatedBy>1cc2d2cd-4027-4ad9-8ed2-9aeadfd5f15d</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "ed1b2c2d-a990-415c-a7a8-fa4ace59f34e",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "43937eaf-6ed3-41bd-b9a0-9f78c50bd50a",
"Created": "2026-09-04T05:01:19.5999523+00:00",
"CreatedBy": "68c107d8-d970-4c42-900f-4fa02c654795",
"Updated": "2026-09-04T05:01:19.5999523+00:00",
"UpdatedBy": "1cc2d2cd-4027-4ad9-8ed2-9aeadfd5f15d",
"Deleted": true,
"DeletedByRef": true
}