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>91b547cf-9676-4ae0-8cfd-f04834963ece</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>53c44cc6-d8dd-4c56-bb2b-72d9e2b9dc4d</SiteID> </SecurityGroup>
{
"ID": "91b547cf-9676-4ae0-8cfd-f04834963ece",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "53c44cc6-d8dd-4c56-bb2b-72d9e2b9dc4d"
}
|
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>da265782-e23c-4bcb-9ea2-5a08fee2b803</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4191b243-c079-4f2d-a5ed-c39b945be8e3</SiteID> <Created>2026-07-27T00:39:44.7895468+00:00</Created> <CreatedBy>6c96feca-fb91-4e04-89fc-51c68cbe32ec</CreatedBy> <Updated>2026-07-27T00:39:44.7895468+00:00</Updated> <UpdatedBy>4097191e-27b2-49e8-ac40-fbcf0f8c4f23</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "da265782-e23c-4bcb-9ea2-5a08fee2b803",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4191b243-c079-4f2d-a5ed-c39b945be8e3",
"Created": "2026-07-27T00:39:44.7895468+00:00",
"CreatedBy": "6c96feca-fb91-4e04-89fc-51c68cbe32ec",
"Updated": "2026-07-27T00:39:44.7895468+00:00",
"UpdatedBy": "4097191e-27b2-49e8-ac40-fbcf0f8c4f23",
"Deleted": true,
"DeletedByRef": true
}