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>a51989f0-5d4b-432e-9473-4fe8d7ecaeaf</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>63da61ed-fc79-4dbc-b8bd-bdbaebf109a7</SiteID> </SecurityGroup>
{
"ID": "a51989f0-5d4b-432e-9473-4fe8d7ecaeaf",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "63da61ed-fc79-4dbc-b8bd-bdbaebf109a7"
}
|
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>fdecd941-99a5-4946-a9a0-d3a004d25cdc</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>6641f3cf-53a1-4aa6-9249-08ea35802715</SiteID> <Created>2026-05-06T06:05:06.6941473+00:00</Created> <CreatedBy>b797172b-b2b6-4733-af8f-bb4788a9691c</CreatedBy> <Updated>2026-05-06T06:05:06.6941473+00:00</Updated> <UpdatedBy>4c60e7ab-b747-4a48-8b7e-05ddd22bc3c4</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "fdecd941-99a5-4946-a9a0-d3a004d25cdc",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "6641f3cf-53a1-4aa6-9249-08ea35802715",
"Created": "2026-05-06T06:05:06.6941473+00:00",
"CreatedBy": "b797172b-b2b6-4733-af8f-bb4788a9691c",
"Updated": "2026-05-06T06:05:06.6941473+00:00",
"UpdatedBy": "4c60e7ab-b747-4a48-8b7e-05ddd22bc3c4",
"Deleted": true,
"DeletedByRef": true
}