Find privilege by name

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

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

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.

404

Not Found. The specified resource (or resource referred to by id) was not found

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