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>3b98bd0d-94c6-4769-8187-d3bad21375ae</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e35293e3-570c-4117-9cc1-1ce734bd057c</SiteID> <Created>2026-03-22T10:54:17.3166828+00:00</Created> <CreatedBy>cdc396a6-ab68-4643-addc-48d18fdda558</CreatedBy> <Updated>2026-03-22T10:54:17.3166828+00:00</Updated> <UpdatedBy>be75529a-3970-454f-873a-019bb6a6d54b</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "3b98bd0d-94c6-4769-8187-d3bad21375ae",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "e35293e3-570c-4117-9cc1-1ce734bd057c",
"Created": "2026-03-22T10:54:17.3166828+00:00",
"CreatedBy": "cdc396a6-ab68-4643-addc-48d18fdda558",
"Updated": "2026-03-22T10:54:17.3166828+00:00",
"UpdatedBy": "be75529a-3970-454f-873a-019bb6a6d54b",
"Deleted": true,
"DeletedByRef": true
}