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>0de28971-4a88-4a27-924a-feee54c41c30</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>1742ee13-7fba-41ec-beb5-0772c7b9d9a4</SiteID> </SecurityGroup>
{
"ID": "0de28971-4a88-4a27-924a-feee54c41c30",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "1742ee13-7fba-41ec-beb5-0772c7b9d9a4"
}
|
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>9f77d769-a95a-4efa-8651-7c0bc97d1df3</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b77d1085-99a4-4950-8f00-c841bda6a3b0</SiteID> <Created>2026-08-17T03:19:49.8361851+00:00</Created> <CreatedBy>7a21c985-f81e-432d-bbdd-fc10ee03eaed</CreatedBy> <Updated>2026-08-17T03:19:49.8361851+00:00</Updated> <UpdatedBy>f03023c4-11d1-4af4-98e2-64c40dc0c9e5</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "9f77d769-a95a-4efa-8651-7c0bc97d1df3",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "b77d1085-99a4-4950-8f00-c841bda6a3b0",
"Created": "2026-08-17T03:19:49.8361851+00:00",
"CreatedBy": "7a21c985-f81e-432d-bbdd-fc10ee03eaed",
"Updated": "2026-08-17T03:19:49.8361851+00:00",
"UpdatedBy": "f03023c4-11d1-4af4-98e2-64c40dc0c9e5",
"Deleted": true,
"DeletedByRef": true
}