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>024f47fb-736e-4acc-b35c-687a3e616416</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>40caa95c-40eb-4158-abac-a97389e66384</SiteID> </SecurityGroup>
{
"ID": "024f47fb-736e-4acc-b35c-687a3e616416",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "40caa95c-40eb-4158-abac-a97389e66384"
}
|
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>6af7564d-7b8f-4b15-af03-258595ff058d</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2ecd1137-2d15-460f-ae9a-53b94635dd4e</SiteID> <Created>2026-08-12T09:17:54.6192592+00:00</Created> <CreatedBy>01f1392c-258b-443a-b1b5-33b78af9767c</CreatedBy> <Updated>2026-08-12T09:17:54.6192592+00:00</Updated> <UpdatedBy>71565817-22a1-489b-a321-37a9df3ada74</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "6af7564d-7b8f-4b15-af03-258595ff058d",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "2ecd1137-2d15-460f-ae9a-53b94635dd4e",
"Created": "2026-08-12T09:17:54.6192592+00:00",
"CreatedBy": "01f1392c-258b-443a-b1b5-33b78af9767c",
"Updated": "2026-08-12T09:17:54.6192592+00:00",
"UpdatedBy": "71565817-22a1-489b-a321-37a9df3ada74",
"Deleted": true,
"DeletedByRef": true
}