Read Application Role Assignments by Role
GET {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}/assignments
The GET /environments/{{envID}}/applicationRoles/{{appRoleID}}/assignments
operation returns the role assignments associated with the role identified by its ID in the request URL.
RESPONSES
status: OK
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/applicationRoles/f1d45fa4-0c94-45f9-8872-47a38d4c1b72/assignments"}},"_embedded":{"assignments":[{"_links":{"environment":{"href":"https://api.pingone.com/v1/environments/null"},"self":{"href":"https://api.pingone.com/v1/environments/null/user/5282e30d-6e05-499c-ae68-0069fba776f1"}},"environment":{},"id":"5282e30d-6e05-499c-ae68-0069fba776f1","type":"P1_USER"}]},"count":1,"size":1}