Retrieves the user group with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_group| Name | Description | Type | Additional 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": "396fcb18-961b-490a-9937-49f6a5e7ea85",
"name": "sample string 2",
"archived": true,
"modified_dateutc": "2025-11-09T12:43:11.9534665+00:00"
}