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>7240c17e-e973-4d3f-ab1c-37f09f62791e</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>de87dad3-bda2-4b6e-aeb8-72d953657458</SiteID> </SecurityGroup>
{ "ID": "7240c17e-e973-4d3f-ab1c-37f09f62791e", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "de87dad3-bda2-4b6e-aeb8-72d953657458" }
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>f49186ef-271f-44a8-b526-686047536c3f</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>e0cd484c-9adb-4846-b34e-984ac5c6e0f7</SiteID> <Created>2025-10-01T11:29:58.5078563+00:00</Created> <CreatedBy>636520c9-1661-4b89-a3cb-4f127c8dbbf8</CreatedBy> <Updated>2025-10-01T11:29:58.5078563+00:00</Updated> <UpdatedBy>2e0a5f5c-384a-44e7-8ded-1f188f354c95</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "f49186ef-271f-44a8-b526-686047536c3f", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "e0cd484c-9adb-4846-b34e-984ac5c6e0f7", "Created": "2025-10-01T11:29:58.5078563+00:00", "CreatedBy": "636520c9-1661-4b89-a3cb-4f127c8dbbf8", "Updated": "2025-10-01T11:29:58.5078563+00:00", "UpdatedBy": "2e0a5f5c-384a-44e7-8ded-1f188f354c95", "Deleted": true, "DeletedByRef": true }