How can I get the details of a user's role and role rights?
search cancel

How can I get the details of a user's role and role rights?

book

Article ID: 231998

calendar_today

Updated On:

Products

CA Performance Management - Usage and Administration DX NetOps

Issue/Introduction

How Can I know the role rights associated to an individual user's role in CAPC

Environment

Dx NetOps Performance Management any version

Resolution

The following REST endpoint will give suchg information

http://<pchost>:8181/pc/center/webservice/users/userName/{name}

 

For example, I have a userName called Sam in CAPC so it would be:

http://<pc>:8181/pc/center/webservice/users/userName/Sam