opencloud icon indicating copy to clipboard operation
opencloud copied to clipboard

User Lookup by External ID

Open db-ot opened this issue 2 months ago • 0 comments

Userstory

As a system integrator, I want to look up users by an external ID so that de-provisioning works reliably with the identifiers known in the customer’s system.

Description

For proper de-provisioning, the system must support looking up users based on an external ID, as this is the only unique identifier available from the customer’s identity provider. The Microsoft Graph API already provides an externalId attribute. Our APIs currently do not support this attribute, so it must be added.

Acceptance Criteria

  • System supports storing and retrieving users by an externalId
  • Use OData Filter

db-ot avatar Oct 02 '25 11:10 db-ot