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>7aa5b75c-bfcf-41bf-877a-e02371141313</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>3266c1f7-f6f1-4123-b5fb-366d5c696df5</SiteID> </SecurityGroup>
{
"ID": "7aa5b75c-bfcf-41bf-877a-e02371141313",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "3266c1f7-f6f1-4123-b5fb-366d5c696df5"
}
|
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>b1e2b05f-a640-4ea2-ba7a-a4468eb31fcf</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f6803ff0-53ca-4382-b446-a7a0c7389c68</SiteID> <Created>2026-09-05T11:38:33.0294542+00:00</Created> <CreatedBy>0393acce-edc0-4144-b350-23d6e18a302d</CreatedBy> <Updated>2026-09-05T11:38:33.0294542+00:00</Updated> <UpdatedBy>6346ba16-9c70-4124-aae3-f7f4315d5c50</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "b1e2b05f-a640-4ea2-ba7a-a4468eb31fcf",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "f6803ff0-53ca-4382-b446-a7a0c7389c68",
"Created": "2026-09-05T11:38:33.0294542+00:00",
"CreatedBy": "0393acce-edc0-4144-b350-23d6e18a302d",
"Updated": "2026-09-05T11:38:33.0294542+00:00",
"UpdatedBy": "6346ba16-9c70-4124-aae3-f7f4315d5c50",
"Deleted": true,
"DeletedByRef": true
}