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>970f6174-a044-43fc-b381-f4631350c5be</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e224c679-c3e5-45ea-86e8-ac1f17677d65</SiteID> <Created>2026-05-14T07:13:08.6895675+00:00</Created> <CreatedBy>002d7ce8-8b44-47f9-ad63-b495a9e0c64a</CreatedBy> <Updated>2026-05-14T07:13:08.6895675+00:00</Updated> <UpdatedBy>bb30da17-9e2a-460f-a330-57da559f2215</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "970f6174-a044-43fc-b381-f4631350c5be",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "e224c679-c3e5-45ea-86e8-ac1f17677d65",
"Created": "2026-05-14T07:13:08.6895675+00:00",
"CreatedBy": "002d7ce8-8b44-47f9-ad63-b495a9e0c64a",
"Updated": "2026-05-14T07:13:08.6895675+00:00",
"UpdatedBy": "bb30da17-9e2a-460f-a330-57da559f2215",
"Deleted": true,
"DeletedByRef": true
}