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>9eb797c0-f8c3-4452-82aa-9f79eb514801</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>555dcd18-3cbe-455a-8bc9-703c0393cfe2</SiteID> </SecurityGroup>
{
"ID": "9eb797c0-f8c3-4452-82aa-9f79eb514801",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "555dcd18-3cbe-455a-8bc9-703c0393cfe2"
}
|
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>a4c1d765-5616-43de-980f-123c7d77c8cf</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f3c7c1ad-e30f-4619-a2ed-e9a5dfcff59f</SiteID> <Created>2026-09-04T10:25:22.1649769+00:00</Created> <CreatedBy>28dade21-9880-4126-a028-4fa62a5d94a1</CreatedBy> <Updated>2026-09-04T10:25:22.1649769+00:00</Updated> <UpdatedBy>18d7e1cc-f6fa-48a5-8a21-f62c32842c60</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "a4c1d765-5616-43de-980f-123c7d77c8cf",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "f3c7c1ad-e30f-4619-a2ed-e9a5dfcff59f",
"Created": "2026-09-04T10:25:22.1649769+00:00",
"CreatedBy": "28dade21-9880-4126-a028-4fa62a5d94a1",
"Updated": "2026-09-04T10:25:22.1649769+00:00",
"UpdatedBy": "18d7e1cc-f6fa-48a5-8a21-f62c32842c60",
"Deleted": true,
"DeletedByRef": true
}