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>6eb0198f-8532-4946-9dea-39c9da6785ac</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>ba4dbebd-689a-4d87-a536-4124a12125db</SiteID> <Created>2026-04-17T21:26:21.2713921+00:00</Created> <CreatedBy>1c3d2542-7073-4a76-8844-c52538ebc132</CreatedBy> <Updated>2026-04-17T21:26:21.2713921+00:00</Updated> <UpdatedBy>a41d0fa7-ae5e-43f9-839d-aed61ca4edad</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "6eb0198f-8532-4946-9dea-39c9da6785ac",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "ba4dbebd-689a-4d87-a536-4124a12125db",
"Created": "2026-04-17T21:26:21.2713921+00:00",
"CreatedBy": "1c3d2542-7073-4a76-8844-c52538ebc132",
"Updated": "2026-04-17T21:26:21.2713921+00:00",
"UpdatedBy": "a41d0fa7-ae5e-43f9-839d-aed61ca4edad",
"Deleted": true,
"DeletedByRef": true
}