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

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

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Lab
Teradata Viewpoint
Release Number
23.04
Published
April 2023
ft:locale
en-US
ft:lastEdition
2023-05-05
dita:mapPath
tvo1678987866029.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2215
lifecycle
previous
Product Category
Analytical Ecosystem

List of all roles:

{
  "content": [
    {
      "roleName": "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?perPage=100&page=2"
},
{
"rel":"first",
"href":"http://ViewpointHost/api/public/roles?perPage=100&page=1"
},
{
"rel":"last",
"href":"http://ViewpointHost/api/public/roles?perPage=100&page=20"
},
{
"rel":"self",
"href":"http://ViewpointHost/api/public/roles?perPage=100&page=1"
}
]
}