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>be149bd9-224d-406e-bd7a-7ed514149ed5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>9ede8c29-2e8c-438c-a6ff-a21ce8ce7b08</SiteID> </SecurityGroup>
{
"ID": "be149bd9-224d-406e-bd7a-7ed514149ed5",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "9ede8c29-2e8c-438c-a6ff-a21ce8ce7b08"
}
|
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>46e2701a-bdad-461a-8e6d-0f31d146925a</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4aaf3a12-991d-47e6-9b1f-dc4754620630</SiteID> <Created>2026-06-09T14:17:37.0343511+00:00</Created> <CreatedBy>ce82b5a6-d0c0-4c20-9bb8-0f7229e63090</CreatedBy> <Updated>2026-06-09T14:17:37.0343511+00:00</Updated> <UpdatedBy>902ed98f-6d7c-4f58-b35c-ae9a281fc707</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "46e2701a-bdad-461a-8e6d-0f31d146925a",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4aaf3a12-991d-47e6-9b1f-dc4754620630",
"Created": "2026-06-09T14:17:37.0343511+00:00",
"CreatedBy": "ce82b5a6-d0c0-4c20-9bb8-0f7229e63090",
"Updated": "2026-06-09T14:17:37.0343511+00:00",
"UpdatedBy": "902ed98f-6d7c-4f58-b35c-ae9a281fc707",
"Deleted": true,
"DeletedByRef": true
}