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>51cdd7aa-d621-43f3-8d51-c4c3054e4e4d</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>6528abea-cc6f-4c4b-8460-8c6e1c242454</SiteID> </SecurityGroup>
{
"ID": "51cdd7aa-d621-43f3-8d51-c4c3054e4e4d",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "6528abea-cc6f-4c4b-8460-8c6e1c242454"
}
|
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>46e0977d-2a65-4eed-a88d-f6feee240ac2</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>115588b0-722d-448b-9c85-76b537bec320</SiteID> <Created>2025-11-23T13:32:00.9427066+00:00</Created> <CreatedBy>380f423e-728f-45bd-9788-679598b9f046</CreatedBy> <Updated>2025-11-23T13:32:00.9427066+00:00</Updated> <UpdatedBy>3d1b48f0-bc41-4864-aa15-3934c3400591</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "46e0977d-2a65-4eed-a88d-f6feee240ac2",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "115588b0-722d-448b-9c85-76b537bec320",
"Created": "2025-11-23T13:32:00.9427066+00:00",
"CreatedBy": "380f423e-728f-45bd-9788-679598b9f046",
"Updated": "2025-11-23T13:32:00.9427066+00:00",
"UpdatedBy": "3d1b48f0-bc41-4864-aa15-3934c3400591",
"Deleted": true,
"DeletedByRef": true
}