View Proxies
Users can view their proxies with the URI /users/{userid}/proxies GET
.
cURL Example
curl -H "Content-Type: application/json" -X GET -u username:password https://pseudo.com/iam/governance/selfservice/api/v1/users/24/proxies
GET Response Body
{ "links": [ { "rel": "self", "href": "https://pseudo.com/iam/governance/selfservice/api/v1/users/24/proxies?offset=1&limit=10" }, { "rel": "first", "href": "https://pseudo.com/iam/governance/selfservice/api/v1/users/24/proxies?offset=1&limit=10" } ], "count": 1, "hasMore": false, "totalResult": -1, "user": [ { "links": [ { "rel": "self", "href": "https://pseudo.com/iam/governance/selfservice/api/v1/users/17" } ], "requestId": 0, "id": "1", "userLogin": "AARORA", "description": "NOT_STARTED", "startDate": "2019-07-01T07:00:00Z", "endDate": "2019-07-06T06:59:59Z", "relationship": "MANAGER" } ] }