Read a single security group.
|
id
globally unique identifier
Required
Guid ID of the security group to be 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>c4a2da05-f9c9-46a5-96db-a514ed612805</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5e1322b5-cff6-45e0-a8f5-4ac454d4a012</SiteID> <Created>2026-04-04T09:25:17.268939+00:00</Created> <CreatedBy>1e5cb1d9-ff35-4767-b2bd-604257783aea</CreatedBy> <Updated>2026-04-04T09:25:17.268939+00:00</Updated> <UpdatedBy>e0aec7dd-c074-4c96-ae97-852c663a7caf</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "c4a2da05-f9c9-46a5-96db-a514ed612805",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "5e1322b5-cff6-45e0-a8f5-4ac454d4a012",
"Created": "2026-04-04T09:25:17.268939+00:00",
"CreatedBy": "1e5cb1d9-ff35-4767-b2bd-604257783aea",
"Updated": "2026-04-04T09:25:17.268939+00:00",
"UpdatedBy": "e0aec7dd-c074-4c96-ae97-852c663a7caf",
"Deleted": true,
"DeletedByRef": true
}