Skip to main content

List of Viewed Access Request Recommendations

GET 

/ai-access-request-recommendations/viewed-items

This API returns the list of viewed access request recommendations.

Request

Query Parameters

    limit int32

    Possible values: <= 250

    Default value: 250

    Max number of results to return. See V3 API Standard Collection Parameters for more information.

    Example: 250
    offset int32

    Offset into the full result set. Usually specified with limit to paginate through the results. See V3 API Standard Collection Parameters for more information.

    Example: 0
    count boolean

    If true it will populate the X-Total-Count response header with the number of results that would be returned if limit and offset were ignored.

    Since requesting a total count can have a performance impact, it is recommended not to send count=true if that value will not be used.

    See V3 API Standard Collection Parameters for more information.

    Example: true
    filters string

    Filter results using the standard syntax described in V3 API Standard Collection Parameters

    Filtering is supported for the following fields and operators:

    access.id: eq, in

    access.type: eq, in

    identityId: eq, in

    Example: access.id eq "2c9180846b0a0583016b299f210c1314"
    sorters comma-separated

    Sort results using the standard syntax described in V3 API Standard Collection Parameters

    Sorting is supported for the following fields: access.id, access.type, identityId, timestamp

Responses

Returns list of viewed access request recommendations.

Schema
  • Array [
  • identityId UUID

    The identity ID taking the action.

    access object
    id UUID

    ID of access item being recommended.

    type AccessRequestRecommendationItemType

    Possible values: [ACCESS_PROFILE, ROLE]

    The type of access item.

    timestamp date-time
  • ]
Loading...