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>13d49d53-305b-4256-b35a-f9af4e52d8e9</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>793e26f7-29e1-483a-9d19-292cf3e51330</SiteID> <Created>2025-04-18T16:45:53.8673365+00:00</Created> <CreatedBy>5382e295-39e0-4ab8-8f3a-616af8477f85</CreatedBy> <Updated>2025-04-18T16:45:53.8673365+00:00</Updated> <UpdatedBy>628e4d79-15e7-4b13-8ab7-c3d0fcbb3063</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "13d49d53-305b-4256-b35a-f9af4e52d8e9", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "793e26f7-29e1-483a-9d19-292cf3e51330", "Created": "2025-04-18T16:45:53.8673365+00:00", "CreatedBy": "5382e295-39e0-4ab8-8f3a-616af8477f85", "Updated": "2025-04-18T16:45:53.8673365+00:00", "UpdatedBy": "628e4d79-15e7-4b13-8ab7-c3d0fcbb3063", "Deleted": true, "DeletedByRef": true }