Skip to main content
Release Notes

Identity โ€“ Added

Related products:Fenergo API
  • July 1, 2024
  • 0 replies
  • 0 views

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}