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>f3c37978-237d-42ef-91e3-8130e4839fe7</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5fcccbb0-73c6-4ae9-b5c9-e77cc14e947c</SiteID> </SecurityGroup>
{
"ID": "f3c37978-237d-42ef-91e3-8130e4839fe7",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "5fcccbb0-73c6-4ae9-b5c9-e77cc14e947c"
}
|
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>43d700b2-ff97-4398-ae55-381742b1cdf2</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>088aefdf-0099-4d42-8c61-0d0a92f6a1ae</SiteID> <Created>2025-10-31T22:38:41.0008073+00:00</Created> <CreatedBy>16b11bf4-9dfe-4fdb-8784-4180ae819d06</CreatedBy> <Updated>2025-10-31T22:38:41.0008073+00:00</Updated> <UpdatedBy>cd1bdf72-ac68-4bf2-9e2f-76dc60a562d2</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "43d700b2-ff97-4398-ae55-381742b1cdf2",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "088aefdf-0099-4d42-8c61-0d0a92f6a1ae",
"Created": "2025-10-31T22:38:41.0008073+00:00",
"CreatedBy": "16b11bf4-9dfe-4fdb-8784-4180ae819d06",
"Updated": "2025-10-31T22:38:41.0008073+00:00",
"UpdatedBy": "cd1bdf72-ac68-4bf2-9e2f-76dc60a562d2",
"Deleted": true,
"DeletedByRef": true
}