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>b0f61072-94c3-4f17-9873-77dbcd3792b2</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b8b1ec10-af3e-4884-b7e1-6f786e42c0fa</SiteID> </SecurityGroup>
{ "ID": "b0f61072-94c3-4f17-9873-77dbcd3792b2", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "b8b1ec10-af3e-4884-b7e1-6f786e42c0fa" }
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>3ab5f0d4-17aa-4a4e-8ef7-e1b208e2cfe5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>51dd0c9b-34e2-4bf0-9b31-03c146e4a604</SiteID> <Created>2025-08-26T15:32:22.8911954+00:00</Created> <CreatedBy>100e176d-c3bb-49c5-b686-1a5cbc2d2406</CreatedBy> <Updated>2025-08-26T15:32:22.8911954+00:00</Updated> <UpdatedBy>f008c5b9-01cb-44ca-8c80-41222c608e73</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "3ab5f0d4-17aa-4a4e-8ef7-e1b208e2cfe5", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "51dd0c9b-34e2-4bf0-9b31-03c146e4a604", "Created": "2025-08-26T15:32:22.8911954+00:00", "CreatedBy": "100e176d-c3bb-49c5-b686-1a5cbc2d2406", "Updated": "2025-08-26T15:32:22.8911954+00:00", "UpdatedBy": "f008c5b9-01cb-44ca-8c80-41222c608e73", "Deleted": true, "DeletedByRef": true }