Skip to main content

Identity – Added

Added multi-tenant support for users in the SCIM API, allowing clients to create, update and delete users with the same email in multiple tenants.

Endpoints affected:

  • POST {{identityDomain}}/scim/Users
  • DELETE {{identityDomain}}/scim/Users/{id}
  • PUT {{identityDomain}}/scim/Users/{id}
  • PATCH {{identityDomain}}/scim/Users/{id}