Get a paginated list of common access
GET {{baseUrl}}/common-access
This endpoint returns the current common access for a customer. The returned items can be filtered and sorted. Requires authorization scope of iai:access-modeling:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | Offset into the full result set. Usually specified with limit to paginate through the results. | |
See V3 API Standard Collection Parameters for more information. | |||
limit | number | Max number of results to return. | |
See V3 API Standard Collection Parameters for more information. | |||
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. |
| filters
| string | | Filter results using the standard syntax described in V3 API Standard Collection Parameters
Filtering is supported for the following fields and operators:
status: eq, sw
reviewedByUser eq
access.id: eq, sw
access.type: eq
access.name: sw, eq
access.description: sw, eq |
| sorters
| string | | Sort results using the standard syntax described in V3 API Standard Collection Parameters
Sorting is supported for the following fields: access.name, status
By default the common access items are sorted by name, ascending. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
Accept | string |
RESPONSES
status: OK
[{"id":"555ab47a-0d32-4813-906f-adf3567de6a4","access":{"id":"id cillum nisi do veniam","type":"ROLE","name":"ut deserunt","description":"officia sed consequat","ownerName":"incididunt aliquip reprehenderit anim","ownerId":"ut in est"},"status":"magna qui","commonAccessType":"UNSET","lastUpdated":"1994-01-21T16:40:03.549Z","reviewedByUser":false,"lastReviewed":"1992-11-30T13:46:05.852Z","createdByUser":false},{"id":"555ab47a-0d32-4813-906f-adf3567de6a4","access":{"id":"officia laborum velit non","type":"ACCESS_PROFILE","name":"sunt elit laborum ","description":"ex in Ut veniam","ownerName":"in cillum irure","ownerId":"velit aliqua"},"status":"Lorem","commonAccessType":"UNSET","lastUpdated":"1993-01-11T21:07:14.287Z","reviewedByUser":false,"lastReviewed":"2011-07-14T02:52:58.024Z","createdByUser":false}]