Create a new security group. Admin
None.
This object takes all the parameters needed to create a new 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>e0aa8e35-3f7c-4dd0-aa7c-b458bf066e80</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e9b05ea2-3501-40a2-84ae-0c12762e4c30</SiteID> </SecurityGroup>
{
"ID": "e0aa8e35-3f7c-4dd0-aa7c-b458bf066e80",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "e9b05ea2-3501-40a2-84ae-0c12762e4c30"
}
|
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>a2b8bdbb-bf30-488f-be55-ccf1dc35b340</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>93667e01-0838-44d4-9514-e38f13da259f</SiteID> <Created>2026-05-20T14:05:13.8592803+00:00</Created> <CreatedBy>109a839a-5020-4962-8ba8-1e47ccf82529</CreatedBy> <Updated>2026-05-20T14:05:13.8592803+00:00</Updated> <UpdatedBy>d6ca5340-6249-416a-8274-e659c1347711</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "a2b8bdbb-bf30-488f-be55-ccf1dc35b340",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "93667e01-0838-44d4-9514-e38f13da259f",
"Created": "2026-05-20T14:05:13.8592803+00:00",
"CreatedBy": "109a839a-5020-4962-8ba8-1e47ccf82529",
"Updated": "2026-05-20T14:05:13.8592803+00:00",
"UpdatedBy": "d6ca5340-6249-416a-8274-e659c1347711",
"Deleted": true,
"DeletedByRef": true
}