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>1413637f-2291-4415-9f25-caf99c8f2773</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>1d355405-fc6f-4946-9479-c20aa9c9f73d</SiteID> </SecurityGroup>
{
"ID": "1413637f-2291-4415-9f25-caf99c8f2773",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "1d355405-fc6f-4946-9479-c20aa9c9f73d"
}
|
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>b95d4d93-30c6-436e-b027-230ba4d33506</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>1d4e52cf-53c3-412d-b0e9-83b642ea0db1</SiteID> <Created>2026-03-23T10:20:14.4646907+00:00</Created> <CreatedBy>90632bbc-0752-46f9-85bd-9b43a9fb9151</CreatedBy> <Updated>2026-03-23T10:20:14.4646907+00:00</Updated> <UpdatedBy>c3a5719b-c398-44c6-83ef-4606d41febdb</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "b95d4d93-30c6-436e-b027-230ba4d33506",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "1d4e52cf-53c3-412d-b0e9-83b642ea0db1",
"Created": "2026-03-23T10:20:14.4646907+00:00",
"CreatedBy": "90632bbc-0752-46f9-85bd-9b43a9fb9151",
"Updated": "2026-03-23T10:20:14.4646907+00:00",
"UpdatedBy": "c3a5719b-c398-44c6-83ef-4606d41febdb",
"Deleted": true,
"DeletedByRef": true
}