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>1c83dd6d-ce3d-4135-9b71-89d05152bb0d</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4e8d6b4d-48c6-4a36-836b-f17050d57e6c</SiteID> </SecurityGroup>
{
"ID": "1c83dd6d-ce3d-4135-9b71-89d05152bb0d",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4e8d6b4d-48c6-4a36-836b-f17050d57e6c"
}
|
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>f22a0215-c0e6-4766-9444-572934e82de8</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>43a9843d-6310-4aaa-8b4b-87ab274fb1cf</SiteID> <Created>2025-12-09T17:46:06.0770961+00:00</Created> <CreatedBy>11547f72-0186-4c5f-80e5-1c34fce6cc72</CreatedBy> <Updated>2025-12-09T17:46:06.0770961+00:00</Updated> <UpdatedBy>d053c117-2bf5-4479-ae53-2b6a532bc960</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "f22a0215-c0e6-4766-9444-572934e82de8",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "43a9843d-6310-4aaa-8b4b-87ab274fb1cf",
"Created": "2025-12-09T17:46:06.0770961+00:00",
"CreatedBy": "11547f72-0186-4c5f-80e5-1c34fce6cc72",
"Updated": "2025-12-09T17:46:06.0770961+00:00",
"UpdatedBy": "d053c117-2bf5-4479-ae53-2b6a532bc960",
"Deleted": true,
"DeletedByRef": true
}