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>84912110-8cd3-472a-ae21-2fdc7f43b4e7</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>bf439ca9-a8b3-4145-b079-a21c43948e28</SiteID> </SecurityGroup>
{
"ID": "84912110-8cd3-472a-ae21-2fdc7f43b4e7",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "bf439ca9-a8b3-4145-b079-a21c43948e28"
}
|
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>51ab827a-71cf-4b55-8a88-f1768b159851</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>507c8b60-871e-4ab3-9b74-214b46497f1b</SiteID> <Created>2026-04-06T12:44:06.8123889+00:00</Created> <CreatedBy>0b29b3a6-2b98-4df7-8843-b22005498a36</CreatedBy> <Updated>2026-04-06T12:44:06.8123889+00:00</Updated> <UpdatedBy>ec8d3c43-1580-4024-b7a3-133478db6498</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "51ab827a-71cf-4b55-8a88-f1768b159851",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "507c8b60-871e-4ab3-9b74-214b46497f1b",
"Created": "2026-04-06T12:44:06.8123889+00:00",
"CreatedBy": "0b29b3a6-2b98-4df7-8843-b22005498a36",
"Updated": "2026-04-06T12:44:06.8123889+00:00",
"UpdatedBy": "ec8d3c43-1580-4024-b7a3-133478db6498",
"Deleted": true,
"DeletedByRef": true
}