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>2d2609b3-c629-43a5-9afd-37398ee398a8</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2f97c7b8-0bd0-4121-9ce2-bf6655222b13</SiteID> </SecurityGroup>
{
"ID": "2d2609b3-c629-43a5-9afd-37398ee398a8",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "2f97c7b8-0bd0-4121-9ce2-bf6655222b13"
}
|
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>3b7ec429-1e07-4abf-b698-57b6560e5ba3</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>7130f6a6-fbd6-4ab7-a243-69a9dac9a376</SiteID> <Created>2026-02-20T20:21:00.4379702+00:00</Created> <CreatedBy>34baaeb5-f751-4d70-a66c-44a3a2f83022</CreatedBy> <Updated>2026-02-20T20:21:00.4379702+00:00</Updated> <UpdatedBy>b8505b6d-b1d8-47ad-a4f2-5d88e9fee00d</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "3b7ec429-1e07-4abf-b698-57b6560e5ba3",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "7130f6a6-fbd6-4ab7-a243-69a9dac9a376",
"Created": "2026-02-20T20:21:00.4379702+00:00",
"CreatedBy": "34baaeb5-f751-4d70-a66c-44a3a2f83022",
"Updated": "2026-02-20T20:21:00.4379702+00:00",
"UpdatedBy": "b8505b6d-b1d8-47ad-a4f2-5d88e9fee00d",
"Deleted": true,
"DeletedByRef": true
}