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>e0418d2a-2311-4bb5-a9fa-2468d4beac84</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>42c11e3c-0355-4c75-ba26-d9d8ec30672b</SiteID> </SecurityGroup>
{
"ID": "e0418d2a-2311-4bb5-a9fa-2468d4beac84",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "42c11e3c-0355-4c75-ba26-d9d8ec30672b"
}
|
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>b2b820ab-1c50-4ae6-8da4-92829435abd0</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>41744d6f-86fb-4b25-8596-9e2a73d01751</SiteID> <Created>2026-03-22T09:21:05.4895604+00:00</Created> <CreatedBy>d142d765-8625-4805-a849-4308d27e0fcf</CreatedBy> <Updated>2026-03-22T09:21:05.4895604+00:00</Updated> <UpdatedBy>1ad85436-a229-477e-99bf-5406b432532d</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "b2b820ab-1c50-4ae6-8da4-92829435abd0",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "41744d6f-86fb-4b25-8596-9e2a73d01751",
"Created": "2026-03-22T09:21:05.4895604+00:00",
"CreatedBy": "d142d765-8625-4805-a849-4308d27e0fcf",
"Updated": "2026-03-22T09:21:05.4895604+00:00",
"UpdatedBy": "1ad85436-a229-477e-99bf-5406b432532d",
"Deleted": true,
"DeletedByRef": true
}