Get All Proxies for User Based on User ID
get
/iam/governance/selfservice/api/v1/users/{uuid}/proxies
Returns all the proxies for the provided user. You can use a filter that specifies which proxy type is to be fetched for example: proxyType=all/past/current/. If no proxyType is specified then the current proxies will be returned. If an a proxyType option apart from the supported ones is specified an exception will be returned.
Request
Supported Media Types
- application/json
Path Parameters
-
uuid(required): string
Unique identifier of the User whose proxies are to be returned.
Response
Supported Media Types
- application/json
200 Response
Successful
Headers
-
ResponseTime: string
Captures the time in milliseconds taken for processing the request.
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error