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>cd7ea6f5-a81a-4b9d-b250-7c15801621af</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>a6b2d1a2-4778-4db3-9ebb-a4be72f79e44</SiteID> </SecurityGroup>
{ "ID": "cd7ea6f5-a81a-4b9d-b250-7c15801621af", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "a6b2d1a2-4778-4db3-9ebb-a4be72f79e44" }
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>139066bd-aefc-4414-ab44-e822bdc116ba</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b2f60204-68a4-46a1-a489-6bf360a395e6</SiteID> <Created>2025-09-11T02:54:44.5977299+00:00</Created> <CreatedBy>016b5afb-5aa5-4f82-b15d-5c3ec4ab2ba2</CreatedBy> <Updated>2025-09-11T02:54:44.5977299+00:00</Updated> <UpdatedBy>25904e0b-7ab5-4b7f-abd9-3cad2b482daa</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "139066bd-aefc-4414-ab44-e822bdc116ba", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "b2f60204-68a4-46a1-a489-6bf360a395e6", "Created": "2025-09-11T02:54:44.5977299+00:00", "CreatedBy": "016b5afb-5aa5-4f82-b15d-5c3ec4ab2ba2", "Updated": "2025-09-11T02:54:44.5977299+00:00", "UpdatedBy": "25904e0b-7ab5-4b7f-abd9-3cad2b482daa", "Deleted": true, "DeletedByRef": true }