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>f9609638-9bca-4b89-8be6-9024775c9264</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>7b2c87d8-8868-4ce8-94b9-7189320e4776</SiteID> </SecurityGroup>
{
"ID": "f9609638-9bca-4b89-8be6-9024775c9264",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "7b2c87d8-8868-4ce8-94b9-7189320e4776"
}
|
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>913db749-9ea0-4740-9c89-9731a08d0393</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>4e4c3953-fb04-47eb-80b1-f8d0354d1aad</SiteID> <Created>2025-12-09T17:45:11.0394735+00:00</Created> <CreatedBy>83b637db-9936-4535-8a4a-1713f9358481</CreatedBy> <Updated>2025-12-09T17:45:11.0394735+00:00</Updated> <UpdatedBy>abdaccec-dc53-48ef-a29c-a5efa6ef4a68</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "913db749-9ea0-4740-9c89-9731a08d0393",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "4e4c3953-fb04-47eb-80b1-f8d0354d1aad",
"Created": "2025-12-09T17:45:11.0394735+00:00",
"CreatedBy": "83b637db-9936-4535-8a4a-1713f9358481",
"Updated": "2025-12-09T17:45:11.0394735+00:00",
"UpdatedBy": "abdaccec-dc53-48ef-a29c-a5efa6ef4a68",
"Deleted": true,
"DeletedByRef": true
}