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>872ccecf-a5cf-4f19-b82e-0af8dabdcfae</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4f32ef2f-7d65-4086-993e-5940ca31f559</SiteID> <Created>2026-08-17T22:02:58.9289174+00:00</Created> <CreatedBy>387f1f73-a53f-4b64-ad88-445f0af3f17b</CreatedBy> <Updated>2026-08-17T22:02:58.9289174+00:00</Updated> <UpdatedBy>61207c51-dda1-46cb-bfa2-0c2631f7c199</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "872ccecf-a5cf-4f19-b82e-0af8dabdcfae",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4f32ef2f-7d65-4086-993e-5940ca31f559",
"Created": "2026-08-17T22:02:58.9289174+00:00",
"CreatedBy": "387f1f73-a53f-4b64-ad88-445f0af3f17b",
"Updated": "2026-08-17T22:02:58.9289174+00:00",
"UpdatedBy": "61207c51-dda1-46cb-bfa2-0c2631f7c199",
"Deleted": true,
"DeletedByRef": true
}