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>62e619de-ca91-46eb-8740-68dfd14e3a00</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>5809eed6-5b28-4754-af86-1f84c04975be</SiteID> </SecurityGroup>
{ "ID": "62e619de-ca91-46eb-8740-68dfd14e3a00", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "5809eed6-5b28-4754-af86-1f84c04975be" }
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>0694f2d1-6b5d-4c60-a2d6-ecb5191ff55c</ID> <Group>sample string 1</Group> <Description>sample string 2</Description> <SiteID>ebd79dfa-2d2a-4ea1-a83c-99350cb1bf7f</SiteID> <Created>2025-04-12T12:40:56.621564+00:00</Created> <CreatedBy>029b5f43-cb34-49dc-a3d2-ecf11c4a8054</CreatedBy> <Updated>2025-04-12T12:40:56.621564+00:00</Updated> <UpdatedBy>a3293899-4b6e-4d8f-8d45-246dc184ff0c</UpdatedBy> <Deleted>true</Deleted> <DeletedByRef>true</DeletedByRef> </SecurityGroup>
{ "ID": "0694f2d1-6b5d-4c60-a2d6-ecb5191ff55c", "Group": "sample string 1", "Description": "sample string 2", "SiteID": "ebd79dfa-2d2a-4ea1-a83c-99350cb1bf7f", "Created": "2025-04-12T12:40:56.621564+00:00", "CreatedBy": "029b5f43-cb34-49dc-a3d2-ecf11c4a8054", "Updated": "2025-04-12T12:40:56.621564+00:00", "UpdatedBy": "a3293899-4b6e-4d8f-8d45-246dc184ff0c", "Deleted": true, "DeletedByRef": true }