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>62060158-32ef-4896-8e38-c145a9dcd258</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>bc321a21-3b27-4f04-831f-4807125f2622</SiteID> </SecurityGroup>
{ "ID": "62060158-32ef-4896-8e38-c145a9dcd258", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "bc321a21-3b27-4f04-831f-4807125f2622" }
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>b9b4eaeb-d366-4274-a4dc-9a3d36b3ceb4</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>672a301e-90e8-4aa1-a9a2-af16e1562a90</SiteID> <Created>2025-10-01T11:29:59.9609992+00:00</Created> <CreatedBy>60329105-83ab-400f-9600-29bc6e59cf5e</CreatedBy> <Updated>2025-10-01T11:29:59.9609992+00:00</Updated> <UpdatedBy>e1585f68-d396-47d8-ba68-8637a9ac14ba</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "b9b4eaeb-d366-4274-a4dc-9a3d36b3ceb4", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "672a301e-90e8-4aa1-a9a2-af16e1562a90", "Created": "2025-10-01T11:29:59.9609992+00:00", "CreatedBy": "60329105-83ab-400f-9600-29bc6e59cf5e", "Updated": "2025-10-01T11:29:59.9609992+00:00", "UpdatedBy": "e1585f68-d396-47d8-ba68-8637a9ac14ba", "Deleted": true, "DeletedByRef": true }