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: 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.
Root Schema : ProxyUsersAccountIds
Type:
Show Source
object
-
count(optional):
integer
-
hasMore(optional):
boolean
-
totalResult(optional):
integer
-
user(optional):
array user
Nested Schema : ProxyUserAccountDetails
Type:
Show Source
object
-
description(optional):
string
-
enddate(optional):
string
-
id(optional):
string
-
links(optional):
array links
-
relationship(optional):
string
-
startdate(optional):
string
-
userlogin(optional):
string
Nested Schema : LinkDataInstances
Type:
Show Source
object
-
href(optional):
string
-
rel(optional):
string
401 Response
Unauthorized
404 Response
Requested entity not found
500 Response
Internal Server Error