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": "95abe337-cfd8-43d7-93ce-ba0f741e0ba7",
  "name": "sample string 2",
  "archived": true,
  "modified_dateutc": "2026-01-27T07:20:22.7473426+00:00"
}