Skip to main content
Joinly by KoppelHet

Namely · SCIM

Namely SCIM provisioning to Microsoft Entra ID

"Namely SCIM to Entra ID" usually means one thing: getting Namely employees into Microsoft's API-driven inbound provisioning, which speaks SCIM. Joinly is the client that reads Namely, builds the SCIM bulk request and delivers it. This page describes that route — and when you do not need it.

Namely

What SCIM to Entra ID means for Namely

Microsoft's API-driven inbound provisioning exposes a /bulkUpload endpoint per provisioning app. It accepts SCIM 2.0 bulk requests — the core user schema, the enterprise extension and, if you register them, your own extension attributes — and the Entra provisioning service takes it from there: it compares each record with the directory, decides whether to create, update, enable or disable, applies the attribute mappings and writes to Entra ID or, through the provisioning agent, to on-premise Active Directory.

What the endpoint does not do is read Namely. In Microsoft's words, "the API developer/partner/system integrator builds an API client to send authoritative identity data". Whatever Namely itself offers toward Microsoft 365, this route needs a client that speaks Namely on one side and SCIM on the other.

How Joinly builds the SCIM request from Namely

Joinly reads Namely through the Namely REST API (oAuth 2.0 authorization code, or Personal Access Token (Bearer)) into its normalised employee model and packages the identities as a SCIM 2.0 BulkRequest for the provisioning app you configured — API2AAD for Entra ID, API2AD for Active Directory.

  • Attribute mapping per customer with Liquid templates: name, email / UPN, department, job title, manager (reports to), group, employee type, start and end date land on the SCIM attributes Entra expects, plus Joinly's own extension schema for anything Microsoft's core schema lacks.
  • An identity filter decides which identities are in scope, so contractors, a pilot department or one legal entity can go first.
  • A sample export to Excel shows the exact payload before the first upload, and a scheduled export runs it on your cadence afterwards.
  • The provisioning history records every run, chunk by chunk, with the error Microsoft returned, so a failed upload is visible and the job can be restarted once the cause is fixed.
  • Bulk requests are split into chunks of 50 operations, Microsoft's limit per call, so a large first load does not trip the endpoint.

SCIM or Microsoft Graph for Namely?

Joinly speaks both, and they are not competing routes so much as different places to put the write.

SCIM to API-driven provisioningMicrosoft Graph
Who writes to the directoryThe Entra provisioning serviceJoinly, through its app registration
On-premise Active DirectoryThrough the Microsoft Entra provisioning agentThrough the Joinly AD Agent
LicensingEntra ID P1, P2 or GovernanceNo P1 or P2 required
Groups, licences, manager, TAP, sessionsAttribute flow only; the rest through Lifecycle WorkflowsPart of the same workflow
Where the logs areEntra provisioning logs plus Joinly's historyJoinly's audit log
Good fit whenEntra's provisioning service must remain the only writer, or Microsoft's provisioning agent is already in placeYou want groups, licences and offboarding steps decided and applied in one place

What you need for the SCIM route

  • An API-driven inbound provisioning app from the Entra gallery — one per data source — with the attribute mappings you want.
  • Microsoft Entra ID P1, P2 or Governance.
  • For on-premise Active Directory: the Microsoft Entra provisioning agent on a server that can reach your domain.
  • Access to Namely — oAuth 2.0 authorization code, or Personal Access Token (Bearer) — for Joinly's import.

Frequently asked

Questions about Namely

  • Does Namely have a SCIM endpoint for Entra ID?

    That is not how the route works. SCIM here is what Microsoft's inbound provisioning endpoint accepts; Namely is the source that has to be read and translated into it. Joinly is that translation, whatever Namely itself offers toward Microsoft 365.

  • Can I send the same data to Entra ID and to Active Directory?

    Yes. Joinly keeps a provisioning configuration per target — API2AAD for Entra ID, API2AD for on-premise AD through Microsoft's provisioning agent — each with its own mapping and filter.

  • What happens to records Microsoft rejects?

    The Entra provisioning logs report the outcome per record. Joinly's provisioning history keeps the result of every chunk it uploaded, with the error Microsoft returned, and the job can be restarted once the cause is fixed.

  • Is Graph not simpler?

    Often, yes. If you are not tied to Entra's provisioning service as the writer, the Microsoft Graph path lets Joinly create the account and assign groups, licences and the manager in the same workflow, without an Entra ID P1 or P2 licence. The Namely installation guide describes that path.

See what Joinly can do for your organisation?

Start a free trial today or get in touch for advice on your HR and Microsoft environment.