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>02556d37-968b-4b16-8eb5-da8d2dd356f4</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>254511c3-db25-4f48-abe7-d850b021c591</SiteID> </SecurityGroup>
{
"ID": "02556d37-968b-4b16-8eb5-da8d2dd356f4",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "254511c3-db25-4f48-abe7-d850b021c591"
}
|
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>46d23409-4e20-41db-9853-5a344adb1925</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>0c067c96-06db-409c-ad5d-2ec51ec5776b</SiteID> <Created>2026-03-08T02:39:44.7455819+00:00</Created> <CreatedBy>80e91748-81f2-48b0-87bf-325046b4469e</CreatedBy> <Updated>2026-03-08T02:39:44.7455819+00:00</Updated> <UpdatedBy>32fc2c88-befc-4f9e-928b-c0731d9ecf81</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "46d23409-4e20-41db-9853-5a344adb1925",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "0c067c96-06db-409c-ad5d-2ec51ec5776b",
"Created": "2026-03-08T02:39:44.7455819+00:00",
"CreatedBy": "80e91748-81f2-48b0-87bf-325046b4469e",
"Updated": "2026-03-08T02:39:44.7455819+00:00",
"UpdatedBy": "32fc2c88-befc-4f9e-928b-c0731d9ecf81",
"Deleted": true,
"DeletedByRef": true
}