Read security groups.
|
siteId
globally unique identifier
Guid ID of the site that is to have its 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>a638f228-b420-4d1d-904b-64de21e61ab4</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>de079029-c6fc-46c6-8a7e-b455aaf41ad1</SiteID> <Created>2026-09-05T03:30:19.5814281+00:00</Created> <CreatedBy>ea4e9f26-167c-422f-9e3e-4880f7fa0ca7</CreatedBy> <Updated>2026-09-05T03:30:19.5814281+00:00</Updated> <UpdatedBy>3c725c6e-a630-47dc-86bd-97e08e44861e</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "a638f228-b420-4d1d-904b-64de21e61ab4",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "de079029-c6fc-46c6-8a7e-b455aaf41ad1",
"Created": "2026-09-05T03:30:19.5814281+00:00",
"CreatedBy": "ea4e9f26-167c-422f-9e3e-4880f7fa0ca7",
"Updated": "2026-09-05T03:30:19.5814281+00:00",
"UpdatedBy": "3c725c6e-a630-47dc-86bd-97e08e44861e",
"Deleted": true,
"DeletedByRef": true
}