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>7086f8d8-69d3-4b31-a11e-5cc06e217ddd</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e234bb59-e79a-474f-8515-1351ae750e0b</SiteID> </SecurityGroup>
{
"ID": "7086f8d8-69d3-4b31-a11e-5cc06e217ddd",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "e234bb59-e79a-474f-8515-1351ae750e0b"
}
|
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>5f0cc363-85c2-4e6b-ae25-85762f09ef14</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d9555f33-2083-474f-b438-821ddda2f505</SiteID> <Created>2026-02-24T01:05:17.5211568+00:00</Created> <CreatedBy>927a2513-412a-4529-984a-fdaa2a0dc0ae</CreatedBy> <Updated>2026-02-24T01:05:17.5211568+00:00</Updated> <UpdatedBy>8b3a1cef-a04a-4ff1-ab34-3f527014ed2b</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "5f0cc363-85c2-4e6b-ae25-85762f09ef14",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "d9555f33-2083-474f-b438-821ddda2f505",
"Created": "2026-02-24T01:05:17.5211568+00:00",
"CreatedBy": "927a2513-412a-4529-984a-fdaa2a0dc0ae",
"Updated": "2026-02-24T01:05:17.5211568+00:00",
"UpdatedBy": "8b3a1cef-a04a-4ff1-ab34-3f527014ed2b",
"Deleted": true,
"DeletedByRef": true
}