From 7ca4e79130ff62423d413a48b8e246033b87a372 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Tue, 15 Apr 2025 08:25:20 +0200 Subject: [PATCH 1/2] docs: clarify import limits --- .../manage-identities/25_import-user-accounts-identities.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx index 4ab5bb042..09517e2ed 100644 --- a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx +++ b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx @@ -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 From ce197b92a46c5e59bb2b0ffa0650b7659f3ed4ca Mon Sep 17 00:00:00 2001 From: vinckr Date: Tue, 15 Apr 2025 12:25:43 -0300 Subject: [PATCH 2/2] chore: format --- .../manage-identities/25_import-user-accounts-identities.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx index 09517e2ed..3a29f012e 100644 --- a/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx +++ b/docs/kratos/manage-identities/25_import-user-accounts-identities.mdx @@ -715,8 +715,8 @@ To import multiple identities into Ory Identities, use the [Identity Import API](https://www.ory.sh/docs/reference/api#tag/identity/operation/batchPatchIdentities). 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. +[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