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>eefbd284-8600-4a6b-9ba1-9874054698d6</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f7656f03-b8fa-4db9-97b0-7e207146eece</SiteID> </SecurityGroup>
{ "ID": "eefbd284-8600-4a6b-9ba1-9874054698d6", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "f7656f03-b8fa-4db9-97b0-7e207146eece" }
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>b2271372-9bb3-4a0a-96f8-d7b7ea951e56</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d27c2696-1d47-44dc-b6ab-7f33fb9d1c14</SiteID> <Created>2025-08-04T02:28:04.611761+00:00</Created> <CreatedBy>09a75479-2a78-450d-8614-e433086cb530</CreatedBy> <Updated>2025-08-04T02:28:04.611761+00:00</Updated> <UpdatedBy>40c040fa-2042-4500-8b79-aab0d0dd4506</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "b2271372-9bb3-4a0a-96f8-d7b7ea951e56", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "d27c2696-1d47-44dc-b6ab-7f33fb9d1c14", "Created": "2025-08-04T02:28:04.611761+00:00", "CreatedBy": "09a75479-2a78-450d-8614-e433086cb530", "Updated": "2025-08-04T02:28:04.611761+00:00", "UpdatedBy": "40c040fa-2042-4500-8b79-aab0d0dd4506", "Deleted": true, "DeletedByRef": true }