Skip to content

Commit e968712

Browse files
authored
docs: clarify import limits (#2113)
1 parent 7d685ac commit e968712

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/kratos/manage-identities/25_import-user-accounts-identities.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,9 @@ When importing SAML or OIDC connections that are only available for certain [org
714714
To import multiple identities into Ory Identities, use the
715715
[Identity Import API](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities).
716716
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.
719720
720721
The endpoint accepts a JSON array of identities, each of which must have a `create` property that holds the identity that should
721722
be created. Optionally, you can specify a `patch_id` property (which must be a UUID) which will be returned in the response. This

0 commit comments

Comments
 (0)