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>090dad85-804e-4637-9994-e4f86d35376d</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>feeb75b6-17ed-4845-9a1c-563a1e01c01b</SiteID> </SecurityGroup>
{ "ID": "090dad85-804e-4637-9994-e4f86d35376d", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "feeb75b6-17ed-4845-9a1c-563a1e01c01b" }
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>aa8a5cd4-23d6-4614-bb32-ddb8a4ae42c0</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>32913018-4c09-4b20-b156-252a153e2000</SiteID> <Created>2025-05-22T23:11:15.2724504+00:00</Created> <CreatedBy>b93e50ab-9193-45da-8ce9-ad762d407d76</CreatedBy> <Updated>2025-05-22T23:11:15.2724504+00:00</Updated> <UpdatedBy>45a30e1b-c26a-4b94-a412-236f18cb8513</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "aa8a5cd4-23d6-4614-bb32-ddb8a4ae42c0", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "32913018-4c09-4b20-b156-252a153e2000", "Created": "2025-05-22T23:11:15.2724504+00:00", "CreatedBy": "b93e50ab-9193-45da-8ce9-ad762d407d76", "Updated": "2025-05-22T23:11:15.2724504+00:00", "UpdatedBy": "45a30e1b-c26a-4b94-a412-236f18cb8513", "Deleted": true, "DeletedByRef": true }