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>8f3f84cd-cbf1-42ad-8dbf-405580edbd6b</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>d7843f3c-f19d-4e1b-91a8-1467afb4ad68</SiteID> </SecurityGroup>
{
"ID": "8f3f84cd-cbf1-42ad-8dbf-405580edbd6b",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "d7843f3c-f19d-4e1b-91a8-1467afb4ad68"
}
|
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>e85e7bc8-df2b-4cec-9d7b-276a6eb2b8b9</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>f850dca2-ba58-4610-9158-04cdcb314256</SiteID> <Created>2026-04-06T14:31:19.853002+00:00</Created> <CreatedBy>cfa01f15-2e4d-4216-8af0-c1b351cb6797</CreatedBy> <Updated>2026-04-06T14:31:19.853002+00:00</Updated> <UpdatedBy>f84391e3-9ef7-453d-a954-db9e65af450d</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "e85e7bc8-df2b-4cec-9d7b-276a6eb2b8b9",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "f850dca2-ba58-4610-9158-04cdcb314256",
"Created": "2026-04-06T14:31:19.853002+00:00",
"CreatedBy": "cfa01f15-2e4d-4216-8af0-c1b351cb6797",
"Updated": "2026-04-06T14:31:19.853002+00:00",
"UpdatedBy": "f84391e3-9ef7-453d-a954-db9e65af450d",
"Deleted": true,
"DeletedByRef": true
}