Creates a new user group

Request Information

URI Parameters :

None.

Body Parameters :

user_group
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Group name

string
archived

Group is archived or not

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating.

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "f9f8d84a-0a43-495c-90c1-6360b162bac2",
  "name": "sample string 2",
  "archived": true,
  "modified_dateutc": "2026-02-15T07:50:59.1468038+00:00"
}

Response Information

Resource Description :

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.