File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
docs/kratos/manage-identities Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -714,8 +714,9 @@ When importing SAML or OIDC connections that are only available for certain [org
714
714
To import multiple identities into Ory Identities, use the
715
715
[Identity Import API](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities).
716
716
717
- A maximum of 2000 identities can be created in a single request. If you need to import more identities, split the import into
718
- multiple requests.
717
+ The Identity Import API enforces limits which are documented in the
718
+ [API reference](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities). If you need to import more
719
+ identities, split the import into multiple requests.
719
720
720
721
The endpoint accepts a JSON array of identities, each of which must have a `create` property that holds the identity that should
721
722
be created. Optionally, you can specify a `patch_id` property (which must be a UUID) which will be returned in the response. This
You can’t perform that action at this time.
0 commit comments