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>2374e20e-7477-41f6-bf66-fb675aac1336</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>afe97380-7293-4ea0-9938-3a1acc8c953f</SiteID> </SecurityGroup>
{ "ID": "2374e20e-7477-41f6-bf66-fb675aac1336", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "afe97380-7293-4ea0-9938-3a1acc8c953f" }
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>3c66109e-6255-4510-9f86-dcb200e3c60a</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>8dff85f4-115b-4138-83b0-ebd27a47e40b</SiteID> <Created>2025-06-24T06:03:42.6912213+00:00</Created> <CreatedBy>1a9119a0-3321-496b-9b37-fc582aa9b5c4</CreatedBy> <Updated>2025-06-24T06:03:42.6912213+00:00</Updated> <UpdatedBy>3781cceb-7b74-4862-afbd-60ba891ce953</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "3c66109e-6255-4510-9f86-dcb200e3c60a", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "8dff85f4-115b-4138-83b0-ebd27a47e40b", "Created": "2025-06-24T06:03:42.6912213+00:00", "CreatedBy": "1a9119a0-3321-496b-9b37-fc582aa9b5c4", "Updated": "2025-06-24T06:03:42.6912213+00:00", "UpdatedBy": "3781cceb-7b74-4862-afbd-60ba891ce953", "Deleted": true, "DeletedByRef": true }