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
Path Parameters
  • Unique identifier of the User whose proxies are to be returned.
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : ProxyUsersAccountIds
Type: object
Show Source
Nested Schema : user
Type: array
Show Source
Nested Schema : ProxyUserAccountDetails
Type: object
Show Source
Nested Schema : LinkDataInstances
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top