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>3f546730-8c89-4a4b-b0c4-cd3c2bc7ea9e</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>8976095c-beda-4034-8e3a-2198566dc13c</SiteID> </SecurityGroup>
{
"ID": "3f546730-8c89-4a4b-b0c4-cd3c2bc7ea9e",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "8976095c-beda-4034-8e3a-2198566dc13c"
}
|
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>fbbef46c-61a7-4624-983e-51e303f62622</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5bafe084-9e52-45a9-be89-760aaded454d</SiteID> <Created>2026-07-27T00:39:47.5796824+00:00</Created> <CreatedBy>2e1c9c76-b993-4bfd-bb07-0fb482e1dc65</CreatedBy> <Updated>2026-07-27T00:39:47.5796824+00:00</Updated> <UpdatedBy>3b12222c-8f02-415d-8028-613f956c67f7</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "fbbef46c-61a7-4624-983e-51e303f62622",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "5bafe084-9e52-45a9-be89-760aaded454d",
"Created": "2026-07-27T00:39:47.5796824+00:00",
"CreatedBy": "2e1c9c76-b993-4bfd-bb07-0fb482e1dc65",
"Updated": "2026-07-27T00:39:47.5796824+00:00",
"UpdatedBy": "3b12222c-8f02-415d-8028-613f956c67f7",
"Deleted": true,
"DeletedByRef": true
}