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>0785e5ac-6f64-43b0-a583-68ef5fc57ae0</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5c5b02fb-4c9c-4cd4-803a-b8249d32dd1b</SiteID> </SecurityGroup>
{
"ID": "0785e5ac-6f64-43b0-a583-68ef5fc57ae0",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "5c5b02fb-4c9c-4cd4-803a-b8249d32dd1b"
}
|
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>273a6240-a8e8-4ea5-a274-3c747d9cbc37</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>abc4869e-162c-4904-ad79-cf0b0e98fac6</SiteID> <Created>2026-05-06T06:05:04.694799+00:00</Created> <CreatedBy>31a1f5c9-aafc-4ed7-8ec5-ef1f3f9ec9c0</CreatedBy> <Updated>2026-05-06T06:05:04.694799+00:00</Updated> <UpdatedBy>d9cf8a19-86f0-463a-88bd-9d3b0a027227</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "273a6240-a8e8-4ea5-a274-3c747d9cbc37",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "abc4869e-162c-4904-ad79-cf0b0e98fac6",
"Created": "2026-05-06T06:05:04.694799+00:00",
"CreatedBy": "31a1f5c9-aafc-4ed7-8ec5-ef1f3f9ec9c0",
"Updated": "2026-05-06T06:05:04.694799+00:00",
"UpdatedBy": "d9cf8a19-86f0-463a-88bd-9d3b0a027227",
"Deleted": true,
"DeletedByRef": true
}