Get parent roles

Given input role name get parents who contain the input role as a child

Request
Security:
vc-security
path Parameters
name
required
string
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

get/user-service/v1/role/{name}/parents
Request samples
curl -i -X GET \
  'http://localhost:8081/user-service/v1/role/{name}/parents' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • "string"
]