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>4ec157b6-bc99-41a6-98f9-3985bcc20d9a</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>a31057ed-a4fc-4281-b2d7-54eafd7b11fc</SiteID> </SecurityGroup>
{ "ID": "4ec157b6-bc99-41a6-98f9-3985bcc20d9a", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "a31057ed-a4fc-4281-b2d7-54eafd7b11fc" }
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>058f8def-88c3-4e47-9170-3a81c7f88e32</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>988a6b28-5613-4fa1-95fd-460fcc27aa7b</SiteID> <Created>2025-06-22T03:53:53.3569258+00:00</Created> <CreatedBy>e7203b4f-47d1-49f8-a499-77ad3752e13a</CreatedBy> <Updated>2025-06-22T03:53:53.3569258+00:00</Updated> <UpdatedBy>2e2bf771-b425-4b58-8660-d7151e12f1f1</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "058f8def-88c3-4e47-9170-3a81c7f88e32", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "988a6b28-5613-4fa1-95fd-460fcc27aa7b", "Created": "2025-06-22T03:53:53.3569258+00:00", "CreatedBy": "e7203b4f-47d1-49f8-a499-77ad3752e13a", "Updated": "2025-06-22T03:53:53.3569258+00:00", "UpdatedBy": "2e2bf771-b425-4b58-8660-d7151e12f1f1", "Deleted": true, "DeletedByRef": true }