Update a security group. Admin
id
globally unique identifier
Required
Guid ID of the Security Group to be updated. |
This object takes all the parameters needed to update a security group.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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>4347d0f3-1a41-4d75-a35b-116fe199b76d</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>98e2ce67-ef58-4340-9f04-df97455c58e3</SiteID> </SecurityGroup>
{ "ID": "4347d0f3-1a41-4d75-a35b-116fe199b76d", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "98e2ce67-ef58-4340-9f04-df97455c58e3" }
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>4885231d-6abf-43fb-a525-966195ad69d7</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2d3e563c-2818-4883-9fd0-acbf480c8a62</SiteID> <Created>2025-09-11T02:54:43.6023126+00:00</Created> <CreatedBy>6852fb14-f72a-4087-91b4-1c1e4ee4a6e6</CreatedBy> <Updated>2025-09-11T02:54:43.6023126+00:00</Updated> <UpdatedBy>dbdcd53a-6dae-42e0-9e12-022d5a7c4813</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "4885231d-6abf-43fb-a525-966195ad69d7", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "2d3e563c-2818-4883-9fd0-acbf480c8a62", "Created": "2025-09-11T02:54:43.6023126+00:00", "CreatedBy": "6852fb14-f72a-4087-91b4-1c1e4ee4a6e6", "Updated": "2025-09-11T02:54:43.6023126+00:00", "UpdatedBy": "dbdcd53a-6dae-42e0-9e12-022d5a7c4813", "Deleted": true, "DeletedByRef": true }