Skip to content

docs: clarify import limits #2113

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -714,8 +714,9 @@ When importing SAML or OIDC connections that are only available for certain [org
To import multiple identities into Ory Identities, use the
[Identity Import API](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities).

A maximum of 2000 identities can be created in a single request. If you need to import more identities, split the import into
multiple requests.
The Identity Import API enforces limits which are documented in the
[API reference](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities). If you need to import more
identities, split the import into multiple requests.

The endpoint accepts a JSON array of identities, each of which must have a `create` property that holds the identity that should
be created. Optionally, you can specify a `patch_id` property (which must be a UUID) which will be returned in the response. This
Expand Down
Loading