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>68036257-09af-4d60-8cfd-094c492595f4</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>fa47be6e-0d9a-4cfd-8cf6-340f28c2f3a9</SiteID> </SecurityGroup>
{
"ID": "68036257-09af-4d60-8cfd-094c492595f4",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "fa47be6e-0d9a-4cfd-8cf6-340f28c2f3a9"
}
|
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>d6c96645-20b2-40b7-89ff-33a1eefe3696</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d2a6e246-0866-443b-a529-5727a3dad630</SiteID> <Created>2026-04-17T21:26:58.3860943+00:00</Created> <CreatedBy>ca4c6832-9243-4903-94b8-a4842ba58903</CreatedBy> <Updated>2026-04-17T21:26:58.3860943+00:00</Updated> <UpdatedBy>ff23d9fe-3c3e-4b6e-b7d2-49c1ad3d6b1a</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "d6c96645-20b2-40b7-89ff-33a1eefe3696",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "d2a6e246-0866-443b-a529-5727a3dad630",
"Created": "2026-04-17T21:26:58.3860943+00:00",
"CreatedBy": "ca4c6832-9243-4903-94b8-a4842ba58903",
"Updated": "2026-04-17T21:26:58.3860943+00:00",
"UpdatedBy": "ff23d9fe-3c3e-4b6e-b7d2-49c1ad3d6b1a",
"Deleted": true,
"DeletedByRef": true
}