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>778cf0d7-bba0-4be2-acd5-3bde105b5166</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>596aa86c-7350-4fcb-822b-40c1573251d3</SiteID> <Created>2025-06-24T05:03:06.7097763+00:00</Created> <CreatedBy>2e814c4e-1e97-44dd-8bc5-61dd1322b945</CreatedBy> <Updated>2025-06-24T05:03:06.7097763+00:00</Updated> <UpdatedBy>20329dee-2b53-4fa9-a0fa-0cfdff4417d4</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "778cf0d7-bba0-4be2-acd5-3bde105b5166", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "596aa86c-7350-4fcb-822b-40c1573251d3", "Created": "2025-06-24T05:03:06.7097763+00:00", "CreatedBy": "2e814c4e-1e97-44dd-8bc5-61dd1322b945", "Updated": "2025-06-24T05:03:06.7097763+00:00", "UpdatedBy": "20329dee-2b53-4fa9-a0fa-0cfdff4417d4", "Deleted": true, "DeletedByRef": true }