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>ff1fa3f4-c1ff-49d3-bb0d-093174f78124</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>c6a956e4-93bd-4bfe-8958-c652d9e052b0</SiteID> </SecurityGroup>
{
"ID": "ff1fa3f4-c1ff-49d3-bb0d-093174f78124",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "c6a956e4-93bd-4bfe-8958-c652d9e052b0"
}
|
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>db58bbff-ae97-4590-8486-841dab25c3af</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2e469822-b326-4260-82ac-e8dd5b70a57a</SiteID> <Created>2026-08-17T22:02:58.5215386+00:00</Created> <CreatedBy>0404b564-034a-45d3-8b52-63c2a36a5933</CreatedBy> <Updated>2026-08-17T22:02:58.5215386+00:00</Updated> <UpdatedBy>8140c335-7c9c-43f1-b911-792878366b58</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "db58bbff-ae97-4590-8486-841dab25c3af",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "2e469822-b326-4260-82ac-e8dd5b70a57a",
"Created": "2026-08-17T22:02:58.5215386+00:00",
"CreatedBy": "0404b564-034a-45d3-8b52-63c2a36a5933",
"Updated": "2026-08-17T22:02:58.5215386+00:00",
"UpdatedBy": "8140c335-7c9c-43f1-b911-792878366b58",
"Deleted": true,
"DeletedByRef": true
}