Read security groups.
|
siteId
globally unique identifier
Guid ID of the site that is to have its security groups 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>f6ca8b60-4c5d-4f53-b3d4-c492acd2ac32</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>351f33a6-6119-427e-beb1-f3f00dc833d0</SiteID> <Created>2026-03-10T09:53:43.0440807+00:00</Created> <CreatedBy>6849c5a5-9b77-4ecc-b708-4435bd1353bf</CreatedBy> <Updated>2026-03-10T09:53:43.0440807+00:00</Updated> <UpdatedBy>dd4b666f-791e-4eca-854f-7a106a3f0ef3</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "f6ca8b60-4c5d-4f53-b3d4-c492acd2ac32",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "351f33a6-6119-427e-beb1-f3f00dc833d0",
"Created": "2026-03-10T09:53:43.0440807+00:00",
"CreatedBy": "6849c5a5-9b77-4ecc-b708-4435bd1353bf",
"Updated": "2026-03-10T09:53:43.0440807+00:00",
"UpdatedBy": "dd4b666f-791e-4eca-854f-7a106a3f0ef3",
"Deleted": true,
"DeletedByRef": true
}