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>22938b05-2091-4ac5-a76d-30a26fea0c10</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>3c7221fc-7c3a-44d3-aa9c-9874e4e944e9</SiteID> </SecurityGroup>
{ "ID": "22938b05-2091-4ac5-a76d-30a26fea0c10", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "3c7221fc-7c3a-44d3-aa9c-9874e4e944e9" }
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>433e195a-a159-4224-b822-28edc52b7623</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b85781ab-ae17-4441-b8dc-d5b5d29f632d</SiteID> <Created>2025-04-18T16:44:22.1402865+00:00</Created> <CreatedBy>77ebf3c3-3d95-470b-9572-e844261f3791</CreatedBy> <Updated>2025-04-18T16:44:22.1402865+00:00</Updated> <UpdatedBy>eed3ba88-89ca-45d0-b5f1-c5e203092696</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "433e195a-a159-4224-b822-28edc52b7623", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "b85781ab-ae17-4441-b8dc-d5b5d29f632d", "Created": "2025-04-18T16:44:22.1402865+00:00", "CreatedBy": "77ebf3c3-3d95-470b-9572-e844261f3791", "Updated": "2025-04-18T16:44:22.1402865+00:00", "UpdatedBy": "eed3ba88-89ca-45d0-b5f1-c5e203092696", "Deleted": true, "DeletedByRef": true }