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>c189f2e1-699c-4889-ba5c-4fd013c11906</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>2cea5aa8-7d69-4c1a-a787-927fa1dc5153</SiteID> </SecurityGroup>
{
"ID": "c189f2e1-699c-4889-ba5c-4fd013c11906",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "2cea5aa8-7d69-4c1a-a787-927fa1dc5153"
}
|
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>c2b5783b-012d-4644-ad40-eda5985c5af0</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>aec49b43-2bb4-4699-99dd-323cb4739ecd</SiteID> <Created>2025-11-23T18:40:38.6355301+00:00</Created> <CreatedBy>5e8cbcf2-6f86-49b6-802a-909d274d2bcb</CreatedBy> <Updated>2025-11-23T18:40:38.6355301+00:00</Updated> <UpdatedBy>7de99b04-4c56-4303-a95b-92523bb3600e</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "c2b5783b-012d-4644-ad40-eda5985c5af0",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "aec49b43-2bb4-4699-99dd-323cb4739ecd",
"Created": "2025-11-23T18:40:38.6355301+00:00",
"CreatedBy": "5e8cbcf2-6f86-49b6-802a-909d274d2bcb",
"Updated": "2025-11-23T18:40:38.6355301+00:00",
"UpdatedBy": "7de99b04-4c56-4303-a95b-92523bb3600e",
"Deleted": true,
"DeletedByRef": true
}