# BatchPatchIdentitiesResponse

Patch identities response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identities** | [**Array&lt;IdentityPatchResponse&gt;**](IdentityPatchResponse.md) | The patch responses for the individual identities. | [optional] [default to undefined]

## Example

```typescript
import { BatchPatchIdentitiesResponse } from '@ory/kratos-client';

const instance: BatchPatchIdentitiesResponse = {
    identities,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
