identity

Create and deletes multiple identities

Creates or delete multiple identities. This endpoint can also be used to import credentials for instance passwords, social sign in configurations or multifactor methods.

patch/admin/identities

Request body

Response

batchPatchIdentitiesResponse

Example response

{
  "identities": [
    {
      "patch_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "identity": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "action": "create"
    },
    {
      "patch_id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "identity": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "action": "create"
    }
  ]
}

Changes