Query parameter quick reference
SCIM protocol filtering operators help you fine-tune requests that return a large number of items. The PingOne platform supports several SCIM operators. For the list of supported SCIM filtering operators, refer to Filtering collections conventions).
PingOne endpoint operations may support only a subset of SCIM filtering operators. In addition, the service may allow filtering only on specific attributes. For example, the /organizations endpoint allows filtering only on the name attribute using only the sw (starts with) operator.
|
This topic provides a quick reference to show the SCIM operators that apply to a given PingOne endpoint operation. It also provides information about endpoint operations that support the limit filter, the order filter, and the expand filter. For general information about page limits and collection ordering, refer to Paging, ordering, and filtering collections. For information about resource expansion, refer to the "Link expansion" section of HTTP methods conventions).
Endpoints that support SCIM filtering expressions
The following endpoint operations allow filtering with the indicated attributes and operators. Refer to Filtering collections conventions for SCIM operator names and descriptions.
| Endpoint | SCIM operators by attribute |
|---|---|
* * |
|
* * * * * * * * * |
|
* |
|
* * * |
|
* |
|
* * |
|
* |
|
* * * * |
|
* * |
|
* * |
|
* * * * * * * |
|
* * |
|
For string attributes (and string sub-attributes like |
Endpoints that support resource expansion
The following endpoint operations support resource expansion using the expand={resource} filter.
| Endpoint | Target resource |
|---|---|
* |
|
* |
|
|
* * * |
|
* |
* |
|
* |
|
* |
|
* |
|
* |
|
* |
|
* |
|
* |
|
* * |
|
* |
|
* |
|
* |
Endpoints that support ordering by attribute
The following endpoint operations support resource expansion using the order={attribute} filter.
| Endpoint | Attribute |
|---|---|
* |
|
* |
|
* * |
|
* * |
Endpoints that support page limits
The following endpoint operations support page limits using the limit filter. Refer to Paging, ordering, and filtering collections for more information.
-
GET {{apiPath}}/environments/{{envID}}/applicationRoles/{{appRoleID}}/users(1-1024 inclusive) -
GET {{apiPath}}/environments(onlyorganization.idandlimitare provided, or onlylicense.idandlimitare provided) -
POST {{apiPath}}/environments/{{envID}}/dataExplorations?expand=entries(1-1000) -
GET {{apiPath}}/environments/{{envID}}/dataExplorations/{{dataExplorationID}}/entries(1-1000) -
GET {{apiPath}}/environments/{{envID}}/activeIdentityCounts(1-100) -
GET {{apiPath}}/environments/{{envID}}/templates/{{templateName}}/contents
|
For some requests, allowed limits are not always honored by the response. For example, the page size in the |