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>0f1f06d3-120d-4ad1-9219-4bc27016ccb9</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>122f791e-bca7-4201-b71a-ae627ad61137</SiteID> </SecurityGroup>
{ "ID": "0f1f06d3-120d-4ad1-9219-4bc27016ccb9", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "122f791e-bca7-4201-b71a-ae627ad61137" }
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>ac0010c3-7280-4007-b965-bded376957a0</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>19b4abb1-865e-4556-a967-676f6e1efb0b</SiteID> <Created>2025-04-10T03:40:23.7742139+00:00</Created> <CreatedBy>b2e56fb3-12d0-4ffc-9962-e5a67b5bb911</CreatedBy> <Updated>2025-04-10T03:40:23.7742139+00:00</Updated> <UpdatedBy>32a6b88a-2129-4fb2-8887-d2537ade97e6</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "ac0010c3-7280-4007-b965-bded376957a0", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "19b4abb1-865e-4556-a967-676f6e1efb0b", "Created": "2025-04-10T03:40:23.7742139+00:00", "CreatedBy": "b2e56fb3-12d0-4ffc-9962-e5a67b5bb911", "Updated": "2025-04-10T03:40:23.7742139+00:00", "UpdatedBy": "32a6b88a-2129-4fb2-8887-d2537ade97e6", "Deleted": true, "DeletedByRef": true }