Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
user_right_list| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code | string | ||
| name | string | ||
| description | string | ||
| user_right_category_name | string | ||
| is_deny | boolean | ||
| inherit_from_user_group | boolean | ||
| user_right_list_id | globally unique identifier | ||
| user_group_right_list_id | globally unique identifier | ||
| is_enabled | boolean | ||
| is_service_app | boolean | ||
| is_timesheet_app | boolean | ||
| is_subcontractor_app | boolean | ||
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "062728c2-b23f-4d08-958a-039c3baa0232",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"user_right_category_name": "sample string 5",
"is_deny": true,
"inherit_from_user_group": true,
"user_right_list_id": "d727c70a-11f4-4362-bdce-735e5eb7e4d8",
"user_group_right_list_id": "8c4ca798-f588-4f46-b20b-187ac969ab45",
"is_enabled": true,
"is_service_app": true,
"is_timesheet_app": true,
"is_subcontractor_app": true,
"modified_dateutc": "2026-01-11T21:00:59.964076+00:00"
}
application/xml, text/xml
Sample:
<user_right_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <code>sample string 2</code> <description>sample string 4</description> <id>062728c2-b23f-4d08-958a-039c3baa0232</id> <inherit_from_user_group>true</inherit_from_user_group> <is_deny>true</is_deny> <is_enabled>true</is_enabled> <is_service_app>true</is_service_app> <is_subcontractor_app>true</is_subcontractor_app> <is_timesheet_app>true</is_timesheet_app> <modified_dateutc>2026-01-11T21:00:59.964Z</modified_dateutc> <name>sample string 3</name> <user_group_right_list_id>8c4ca798-f588-4f46-b20b-187ac969ab45</user_group_right_list_id> <user_right_category_name>sample string 5</user_right_category_name> <user_right_list_id>d727c70a-11f4-4362-bdce-735e5eb7e4d8</user_right_list_id> </user_right_list>