Cyan Web API - Version 1


POST api/userGroups

            Creates a UserGroup.
            

Request Information

Parameters

NameDescriptionAdditional information
userGroupRepresentation

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userGroupId": "fc0da96d-0613-47e2-8a0e-212dbed20799",
  "tenantId": "612ec355-ccc5-41f2-9037-a526a2961027",
  "lookupKey": "sample string 3",
  "name": "sample string 4",
  "description": "sample string 5",
  "isDefault": true,
  "createdDateUtc": "2026-03-14T07:23:59.0263509+00:00",
  "updatedDateUtc": "2026-03-14T07:23:59.0263509+00:00"
}

application/xml, text/xml

Sample:
<UserGroupRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1">
  <CreatedDateUtc>2026-03-14T07:23:59.0263509+00:00</CreatedDateUtc>
  <UpdatedDateUtc>2026-03-14T07:23:59.0263509+00:00</UpdatedDateUtc>
  <Description>sample string 5</Description>
  <IsDefault>true</IsDefault>
  <LookupKey>sample string 3</LookupKey>
  <Name>sample string 4</Name>
  <TenantId>612ec355-ccc5-41f2-9037-a526a2961027</TenantId>
  <UserGroupId>fc0da96d-0613-47e2-8a0e-212dbed20799</UserGroupId>
</UserGroupRepresentation>

application/x-www-form-urlencoded

Sample:

Sample not available.