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>fe7bb231-62cb-48ef-b9fb-ff181735c408</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>00941f42-6dcc-46e4-87c1-4ab242aa7ea7</SiteID> </SecurityGroup>
{ "ID": "fe7bb231-62cb-48ef-b9fb-ff181735c408", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "00941f42-6dcc-46e4-87c1-4ab242aa7ea7" }
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>169465e3-4a43-433b-bcdb-7e31364a5f7a</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>74c61b53-ad0f-4802-90fc-c89b9596c6ea</SiteID> <Created>2025-05-22T23:19:15.9577059+00:00</Created> <CreatedBy>9243db5c-4845-49d6-a500-afa83a295b20</CreatedBy> <Updated>2025-05-22T23:19:15.9577059+00:00</Updated> <UpdatedBy>acf2a4a1-d4cf-44a1-a679-a06af9ebe128</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "169465e3-4a43-433b-bcdb-7e31364a5f7a", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "74c61b53-ad0f-4802-90fc-c89b9596c6ea", "Created": "2025-05-22T23:19:15.9577059+00:00", "CreatedBy": "9243db5c-4845-49d6-a500-afa83a295b20", "Updated": "2025-05-22T23:19:15.9577059+00:00", "UpdatedBy": "acf2a4a1-d4cf-44a1-a679-a06af9ebe128", "Deleted": true, "DeletedByRef": true }