Skip to main content

Netskope Help

List User Roles

This endpoint lists all user roles.

Request Endpoint
https://<tenant-name>.goskope.com/api/v1/role?op=list

Valid parameters are:

Key

Type

Value

Description

token

string

Ex:

f32a973eddd7bc1602fc0dc0a

Required. The token obtained from the REST API page in the Netskope UI ( Settings > Tools > Rest API v1) is required. We recommend that you place the token in the body of the request, not in the endpoint URL.

op

string

list

Required. Operation performed.

type

string

custom | predefined

Optional. Specifies type of role to be listed. Default is all types.

Example List User Roles Request
POST 'https://&lt;tenant>/api/v1/role?op=list' \
--header 'Content-Type: application/json' \
--data-raw '{
    "token": "f32a973eddd7bc1602fc0f48dc0a", 
    "type": "custom",
}