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>0ccc8b17-a877-41ed-bf13-3fddd6db01ce</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>682c73f1-66d8-4cb5-867a-3c04dee4972f</SiteID> </SecurityGroup>
{
"ID": "0ccc8b17-a877-41ed-bf13-3fddd6db01ce",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "682c73f1-66d8-4cb5-867a-3c04dee4972f"
}
|
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>e6f39b3f-97fd-49a3-8e8c-40bdf4307b4c</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b3021829-2910-4c06-8823-c0dd2d46b414</SiteID> <Created>2026-08-13T23:07:20.376423+00:00</Created> <CreatedBy>42a29519-15a8-4d46-a946-3b1271bcf027</CreatedBy> <Updated>2026-08-13T23:07:20.376423+00:00</Updated> <UpdatedBy>c6713c0e-3aa9-4a67-ad0c-36f29d05340c</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "e6f39b3f-97fd-49a3-8e8c-40bdf4307b4c",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "b3021829-2910-4c06-8823-c0dd2d46b414",
"Created": "2026-08-13T23:07:20.376423+00:00",
"CreatedBy": "42a29519-15a8-4d46-a946-3b1271bcf027",
"Updated": "2026-08-13T23:07:20.376423+00:00",
"UpdatedBy": "c6713c0e-3aa9-4a67-ad0c-36f29d05340c",
"Deleted": true,
"DeletedByRef": true
}