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>d510310a-0352-4429-8d43-2222518ba683</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2a774cdd-892d-4eb8-afcd-170900666989</SiteID> </SecurityGroup>
{
"ID": "d510310a-0352-4429-8d43-2222518ba683",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "2a774cdd-892d-4eb8-afcd-170900666989"
}
|
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>2f9a7f0b-234a-4a17-8ee2-dc111fc0ff91</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d6c1a95a-18bc-4b4f-9434-aa3a9da50ac8</SiteID> <Created>2026-03-08T15:31:27.3958638+00:00</Created> <CreatedBy>0ee2dea7-3c57-4dbb-afe6-ef73468b135f</CreatedBy> <Updated>2026-03-08T15:31:27.3958638+00:00</Updated> <UpdatedBy>d3193fdc-626e-467c-9137-9f1330fd972b</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "2f9a7f0b-234a-4a17-8ee2-dc111fc0ff91",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "d6c1a95a-18bc-4b4f-9434-aa3a9da50ac8",
"Created": "2026-03-08T15:31:27.3958638+00:00",
"CreatedBy": "0ee2dea7-3c57-4dbb-afe6-ef73468b135f",
"Updated": "2026-03-08T15:31:27.3958638+00:00",
"UpdatedBy": "d3193fdc-626e-467c-9137-9f1330fd972b",
"Deleted": true,
"DeletedByRef": true
}