Roledefinitions - List

GET https://dev.azure.com/{organization}/_apis/securityroles/scopes/{scopeId}/roledefinitions?api-version=7.1-preview.1

URI Parameters

Name In Required Type Description
scopeId
path True

string

organization
path

string

The name of the Azure DevOps organization.

api-version
query True

string

Version of the API to use. This should be set to '7.1-preview.1' to use this version of the api.

Responses

Name Type Description
200 OK

SecurityRole[]

successful operation

Security

accessToken

Personal access token. Use any value for the user name and the token as the password.

Type: basic

Definitions

SecurityRole

Name Type Description
allowPermissions

integer

Permissions the role is allowed.

denyPermissions

integer

Permissions the role is denied.

description

string

Description of user access defined by the role

displayName

string

User friendly name of the role.

identifier

string

Globally unique identifier for the role.

name

string

Unique name of the role in the scope.

scope

string

Returns the id of the ParentScope.