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>afa5b807-9b08-4ed4-ad97-fea8d1d82466</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>29be45a1-b05b-4749-b6b5-6978d1677d2a</SiteID> </SecurityGroup>
{
"ID": "afa5b807-9b08-4ed4-ad97-fea8d1d82466",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "29be45a1-b05b-4749-b6b5-6978d1677d2a"
}
|
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>19a24069-d008-48b0-83a2-c314062fbaf3</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>448c92ef-cbc5-4c04-9077-98cf8b2164f6</SiteID> <Created>2025-12-23T10:25:56.4339179+00:00</Created> <CreatedBy>1a5404b0-123c-4fda-ae18-bf7b36c2c53b</CreatedBy> <Updated>2025-12-23T10:25:56.4339179+00:00</Updated> <UpdatedBy>71099982-6563-4b7e-8a1d-6e63d8278245</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "19a24069-d008-48b0-83a2-c314062fbaf3",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "448c92ef-cbc5-4c04-9077-98cf8b2164f6",
"Created": "2025-12-23T10:25:56.4339179+00:00",
"CreatedBy": "1a5404b0-123c-4fda-ae18-bf7b36c2c53b",
"Updated": "2025-12-23T10:25:56.4339179+00:00",
"UpdatedBy": "71099982-6563-4b7e-8a1d-6e63d8278245",
"Deleted": true,
"DeletedByRef": true
}