Retrieves all user group

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

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

Response Formats

application/json, text/json

Sample:
{
  "id": "bde73db1-c1a6-4b14-b0d9-20640263d3d1",
  "name": "sample string 2",
  "archived": true,
  "modified_dateutc": "2024-04-16T17:23:00.1087312+00:00"
}