Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

user_right_list
NameDescriptionTypeAdditional 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": "9f376dff-c841-4cb7-8aa9-77d65d3ef008",
  "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": "1bf1412b-85e8-40df-ad2c-311ca2127004",
  "user_group_right_list_id": "da2bb4a2-2850-49ee-a5ea-410742f98cdd",
  "is_enabled": true,
  "is_service_app": true,
  "is_timesheet_app": true,
  "is_subcontractor_app": true,
  "modified_dateutc": "2026-06-16T21:16:58.7335292+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>9f376dff-c841-4cb7-8aa9-77d65d3ef008</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-06-16T21:16:58.733Z</modified_dateutc>
  <name>sample string 3</name>
  <user_group_right_list_id>da2bb4a2-2850-49ee-a5ea-410742f98cdd</user_group_right_list_id>
  <user_right_category_name>sample string 5</user_right_category_name>
  <user_right_list_id>1bf1412b-85e8-40df-ad2c-311ca2127004</user_right_list_id>
</user_right_list>