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>7bd4015f-aeb8-4f4d-a481-63c9d82bfb45</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f9b80ac2-4ae7-4336-bbb6-dc2478c1d212</SiteID> </SecurityGroup>
{
"ID": "7bd4015f-aeb8-4f4d-a481-63c9d82bfb45",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "f9b80ac2-4ae7-4336-bbb6-dc2478c1d212"
}
|
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>2e20ec6c-26b6-45db-ba7a-2ff978759753</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>a9fd899b-5b17-4de6-bd90-ccabc4d3474c</SiteID> <Created>2026-04-21T01:49:21.424017+00:00</Created> <CreatedBy>0a0c2a38-6d1e-47d1-8666-6627981fdbaa</CreatedBy> <Updated>2026-04-21T01:49:21.424017+00:00</Updated> <UpdatedBy>2b9edd01-5826-40ce-b32e-cd293d8172a7</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "2e20ec6c-26b6-45db-ba7a-2ff978759753",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "a9fd899b-5b17-4de6-bd90-ccabc4d3474c",
"Created": "2026-04-21T01:49:21.424017+00:00",
"CreatedBy": "0a0c2a38-6d1e-47d1-8666-6627981fdbaa",
"Updated": "2026-04-21T01:49:21.424017+00:00",
"UpdatedBy": "2b9edd01-5826-40ce-b32e-cd293d8172a7",
"Deleted": true,
"DeletedByRef": true
}