REST API for Oracle Identity Governance Self Service

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

Response

Supported Media Types
  • application/json

200 Response

Successful
Headers
Body (
  1. ProxyUsersAccountIds
)
Root Schema : ProxyUsersAccountIds
Type: object
Show Source
  • count(optional): integer
  • hasMore(optional): boolean
  • totalResult(optional): integer
  • user(optional): array user
Nested Schema : user
Type: array
Show Source
Nested Schema : ProxyUserAccountDetails
Type: object
Show Source
  • 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: object
Show Source
  • href(optional): string
  • rel(optional): string

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error
Back to Top