melodic-oil-50942
06/09/2024, 12:16 PMchilly-king-10285
06/09/2024, 12:16 PMchilly-king-10285
06/09/2024, 12:16 PMory list projectsPROJECT_IDschema_idory list identities --project "$PROJECT_ID" --format json-prettyidcredentialschilly-king-10285
06/09/2024, 12:16 PMory list projectsPROJECT_IDschema_idory list identities --project "$PROJECT_ID" --format json-prettyidcredentialsmelodic-oil-50942
06/09/2024, 12:17 PMmelodic-oil-50942
06/09/2024, 12:18 PMchilly-king-10285
06/09/2024, 12:19 PMchilly-king-10285
06/09/2024, 12:19 PMmelodic-oil-50942
06/09/2024, 12:19 PMchilly-king-10285
06/09/2024, 12:19 PMchilly-king-10285
06/09/2024, 12:20 PMjavascript // Assuming you have initialized the Ory Client const ory = new OryClient();  // Your new schema ID const newSchemaId = 'new-schema-id';  // Get all identities const identities = await ory.identity.listIdentities();  // Loop through all identities for (const identity of identities) {   // Update each identity with the new schema ID   const updatedIdentity = await ory.identity.updateIdentity({     id: identity.id,     updateIdentityBody: {       schema_id: newSchemaId,       traits: identity.traits,       state: identity.state,     },   }); }melodic-oil-50942
06/09/2024, 12:24 PMchilly-king-10285
06/09/2024, 12:24 PMchilly-king-10285
06/09/2024, 12:24 PMGET /admin/identitiessparse-father-97864
06/09/2024, 2:18 PMmelodic-oil-50942
06/10/2024, 2:47 PM