REST APIs for Oracle Identity Role Intelligence

Search role details

post

/oiri/api/v1/roles/.search

Request

There are no request parameters for this operation.

Supported Media Types
  • application/json
Request Body - application/json (
  1. schema
)
Root Schema : schema
Type: object
Show Source
  • page(optional): object page
  • recordCount(optional): integer
  • searchFilters(optional): string
  • sort(optional): object sort
Nested Schema : page
Type: object
Show Source
  • limit: number
  • offset: number
Nested Schema : sort
Type: object
Show Source
  • sortBy: string
  • sortOrder: string
Back to Top

Response

Supported Media Types
  • application/json

200 Response

OK
Body (
  1. EntityListResponse
)
Root Schema : EntityListResponse
Type: object
Show Source
  • count(optional): number
  • hasMore(optional): boolean
  • items(optional): array items
  • limit(optional): integer
  • offset(optional): integer
  • recordCount(optional): number
Nested Schema : items
Type: array
Show Source
Nested Schema : items
Type: object
Back to Top