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>c7b08d49-09ec-4e75-b654-e2e6e450cea1</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>b9eb14f6-2315-4ac9-932c-60f9d42faf3f</SiteID> </SecurityGroup>
{ "ID": "c7b08d49-09ec-4e75-b654-e2e6e450cea1", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "b9eb14f6-2315-4ac9-932c-60f9d42faf3f" }
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>b37beee8-959c-4f7a-bc9e-afc80ade3a46</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>1edcb533-7a77-44c6-9784-379402a0e270</SiteID> <Created>2025-06-14T02:28:27.5527109+00:00</Created> <CreatedBy>9b3592a3-927c-451a-916e-395f70a97bc5</CreatedBy> <Updated>2025-06-14T02:28:27.5527109+00:00</Updated> <UpdatedBy>f754c3cc-b7ec-4f41-afff-1ed09edfe572</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "b37beee8-959c-4f7a-bc9e-afc80ade3a46", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "1edcb533-7a77-44c6-9784-379402a0e270", "Created": "2025-06-14T02:28:27.5527109+00:00", "CreatedBy": "9b3592a3-927c-451a-916e-395f70a97bc5", "Updated": "2025-06-14T02:28:27.5527109+00:00", "UpdatedBy": "f754c3cc-b7ec-4f41-afff-1ed09edfe572", "Deleted": true, "DeletedByRef": true }