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>2d6d8efa-cf32-4913-bb65-8c257e80fd00</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>09257261-3da4-4015-89d3-01ee86785f7c</SiteID> </SecurityGroup>
{ "ID": "2d6d8efa-cf32-4913-bb65-8c257e80fd00", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "09257261-3da4-4015-89d3-01ee86785f7c" }
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>5e07dbe8-ea5e-450d-a5ed-9913d1bc2487</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>a1dc99c0-1921-4e92-af3c-655d077ba5b1</SiteID> <Created>2025-08-26T21:45:05.8418194+00:00</Created> <CreatedBy>f0f5c7d3-cc8d-4bea-8330-32458efc86d3</CreatedBy> <Updated>2025-08-26T21:45:05.8418194+00:00</Updated> <UpdatedBy>d99afaa0-c7e3-40db-ab2c-3ca09e6e6e6a</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "5e07dbe8-ea5e-450d-a5ed-9913d1bc2487", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "a1dc99c0-1921-4e92-af3c-655d077ba5b1", "Created": "2025-08-26T21:45:05.8418194+00:00", "CreatedBy": "f0f5c7d3-cc8d-4bea-8330-32458efc86d3", "Updated": "2025-08-26T21:45:05.8418194+00:00", "UpdatedBy": "d99afaa0-c7e3-40db-ab2c-3ca09e6e6e6a", "Deleted": true, "DeletedByRef": true }