-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for nextResults
and bulk delete
#2603
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also check out _scim-limits.adoc
. It has a reference to the 10,000
limit (with a comma).
.../docs/v1/tech/apis/entity-management/_entity-search-request-body-elasticsearch-examples.adoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More comma changes.
There is also a reference to the search limitation in _scim-limits.adoc
that was mentioned in the issue description doc tasks that should be updated.
@@ -1,6 +1,6 @@ | |||
The current SCIM implementation does not support bulk operations using SCIM. Bulk operations on users, such as addition and deletion, are available via link:/docs/v1/tech/apis/[FusionAuth APIs], but are not currently supported via SCIM compatible endpoints. If this functionality is required, please file a https://github.com/fusionauth/fusionauth-issues/issues[GitHub issue] explaining your use case. | |||
|
|||
The list operation is limited to 10,000 users if you are using the Elasticsearch search engine. This https://github.com/FusionAuth/fusionauth-issues/issues/494[GitHub issue] discusses this limitation. | |||
The list operation is limited to 10,000 users if you are using the Elasticsearch search engine. See link::/docs/v1/tech/reference/limitations#user-searches[Limitations] for more information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still a potential issue in scim so just changed the reference from the issue to the limitations page
* add docs for webhook signature (#2591) * add docs for webhook signatures * Apply suggestions from code review Co-authored-by: Spencer Witt <[email protected]> * PR feedback cleanup. screenshot touchup * fix api request fields for webhook.signatureConfiguration * move webhook code pieces to separate repo and include them * fix tags * Apply suggestions from code review Co-authored-by: Spencer Witt <[email protected]> * minor fixes, link to key master guide * update screenshot of signing key --------- Co-authored-by: Spencer Witt <[email protected]> * Document specifying webhook certificates from Key Master (#2594) * docs for webhook test reset * Documentation for `nextResults` and bulk delete (#2603) * next results documentation * copy * pr feedback * commas * period * sync with master --------- Co-authored-by: Brent Halsey <[email protected]> Co-authored-by: Spencer Witt <[email protected]> Co-authored-by: Andy Pai <[email protected]> Co-authored-by: Daniel DeGroff <[email protected]>
See issue FusionAuth/fusionauth-issues#494
This is the documentation for the search api updates for users and entities for extended pagination using Elasticsearch and an update to add
limit
to bulk delete API