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>91817351-c050-4dce-8af4-7899c0160fe5</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5016fdd4-5ab9-4ed7-8b7a-ca5006c5b050</SiteID> </SecurityGroup>
{
"ID": "91817351-c050-4dce-8af4-7899c0160fe5",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "5016fdd4-5ab9-4ed7-8b7a-ca5006c5b050"
}
|
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>899f05d8-f9af-4fac-ac3a-c4e982c46ade</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>811c0cb3-e9d0-4e6c-a968-ab921df80b1c</SiteID> <Created>2026-06-10T17:53:30.0478944+00:00</Created> <CreatedBy>14c48d79-e308-43de-bf83-638861f9ca69</CreatedBy> <Updated>2026-06-10T17:53:30.0478944+00:00</Updated> <UpdatedBy>b9302b87-0610-4959-9d6d-3691da56ffe7</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "899f05d8-f9af-4fac-ac3a-c4e982c46ade",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "811c0cb3-e9d0-4e6c-a968-ab921df80b1c",
"Created": "2026-06-10T17:53:30.0478944+00:00",
"CreatedBy": "14c48d79-e308-43de-bf83-638861f9ca69",
"Updated": "2026-06-10T17:53:30.0478944+00:00",
"UpdatedBy": "b9302b87-0610-4959-9d6d-3691da56ffe7",
"Deleted": true,
"DeletedByRef": true
}