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>35415902-0d16-4156-a808-63f663525129</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f58468b2-2a59-4c89-ad3a-eee68d983c40</SiteID> <Created>2026-05-06T06:05:05.3041835+00:00</Created> <CreatedBy>8e5f81b8-1a7b-432a-b0f7-3c8db4a30e72</CreatedBy> <Updated>2026-05-06T06:05:05.3041835+00:00</Updated> <UpdatedBy>f4e21293-a690-4d73-8833-86a57f3ec533</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "35415902-0d16-4156-a808-63f663525129",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "f58468b2-2a59-4c89-ad3a-eee68d983c40",
"Created": "2026-05-06T06:05:05.3041835+00:00",
"CreatedBy": "8e5f81b8-1a7b-432a-b0f7-3c8db4a30e72",
"Updated": "2026-05-06T06:05:05.3041835+00:00",
"UpdatedBy": "f4e21293-a690-4d73-8833-86a57f3ec533",
"Deleted": true,
"DeletedByRef": true
}