Roles RESTful API data objects | Teradata Viewpoint - Data Objects - Teradata Viewpoint - Teradata Data Lab

Teradata® Viewpoint and Teradata® Data Lab API Reference Guide - 25.05

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Lake
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
25.05
Published
May 2025
ft:locale
en-US
ft:lastEdition
2025-06-05
dita:mapPath
mxj1746771298572.ditamap
dita:ditavalPath
oqt1542232706976.ditaval
dita:id
prd1525780132746
Product Category
Analytical Ecosystem

List of all roles:

{
  "content": [
    {
      "role_name": "Administrator"
    },
    ... more records …
  ],
  "data": {
"per_page":100,
"page":1,
"total_pages":3,
"total_elements":260,
"number_of_elements":100,
"first_page":true,
"last_page":false,
},
"links":[
{
"rel":"next",
"href":"http://ViewpointHost/api/public/roles?per_page=100&page=2"
},
{
"rel":"first",
"href":"http://ViewpointHost/api/public/roles?per_page=100&page=1"
},
{
"rel":"last",
"href":"http://ViewpointHost/api/public/roles?per_page=100&page=20"
},
{
"rel":"self",
"href":"http://ViewpointHost/api/public/roles?per_page=100&page=1"
}
]
}