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>2fe8320b-2e27-46fd-85e5-9625f8d99278</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>dbf50d76-d857-4d24-a110-f08b096639e1</SiteID> </SecurityGroup>
{
"ID": "2fe8320b-2e27-46fd-85e5-9625f8d99278",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "dbf50d76-d857-4d24-a110-f08b096639e1"
}
|
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>bf119960-f492-4bcd-8e07-66efbbc1ba03</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>276f6de9-c774-4361-ace3-ca9b32a651e8</SiteID> <Created>2025-12-25T23:38:26.2124507+00:00</Created> <CreatedBy>6c69da1a-393c-47a3-841c-fe379a49e5c2</CreatedBy> <Updated>2025-12-25T23:38:26.2124507+00:00</Updated> <UpdatedBy>10e35041-63f2-49b2-85b3-5ecfd250ad0e</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{
"ID": "bf119960-f492-4bcd-8e07-66efbbc1ba03",
"Group": "sample string 1",
"Description": "sample string 2",
"SiteID": "276f6de9-c774-4361-ace3-ca9b32a651e8",
"Created": "2025-12-25T23:38:26.2124507+00:00",
"CreatedBy": "6c69da1a-393c-47a3-841c-fe379a49e5c2",
"Updated": "2025-12-25T23:38:26.2124507+00:00",
"UpdatedBy": "10e35041-63f2-49b2-85b3-5ecfd250ad0e",
"Deleted": true,
"DeletedByRef": true
}