March 5, 2026 - New REST endpoints for login option mappings

Context


Change Type: Improvement
Product area: Platform services
Component: REST API
Deployed at: eu.latest.cumulocity.com, apj.cumulocity.com, jp.cumulocity.com, cumulocity.com, us.cumulocity.com, emea.cumulocity.com

Technical details

Build artifact: cumulocity (2026.51.0)
Internal ID: MTM-62754

Description


The single sign-on APIs have been enhanced to allow the configuration and administration of thousands of users. Using the user interface in such instances was not scalable and required intense effort to administer such large numbers of users properly.

These new REST endpoints allow users to manage global and inventory access mappings for tenant login options:

  • POST/GET/PUT/DELETE /tenant/loginOptions/{configIdOrType}/accessMappings
  • POST/GET/PUT/DELETE /tenant/loginOptions/{configIdOrType}/inventoryAccessMappings

The endpoints enable CRUD operations on individual mappings without updating the entire login options configuration, with optional session termination via terminateUserSessions.