Documentation

SCIM Connector Reference

Everything you need to integrate, configure, and operate the LabsNinja SCIM Connector.

Quick Start

Step 1

Provision a Tenant

Log in to the operator admin dashboard at /admin/ and create a new tenant with SCIM enabled.

Step 2

Generate Bearer Token

Navigate to SCIM Clients and generate a bearer token. Save it immediately — it is only shown once.

Step 3

Configure Your IdP

Set the SCIM base URL to https://scim.labsninja.com/scim/v2 and paste the bearer token into your IdP.

Step 4

Trigger Sync & Monitor

Trigger a full sync from your IdP. Monitor provisioning from the customer dashboard at /portal/.

SCIM Endpoints

MethodPathDescription
GET/scim/v2/UsersList users
POST/scim/v2/UsersCreate user
GET/PUT/PATCH/DELETE/scim/v2/Users/{id}Get / Replace / Update / Delete user
GET/scim/v2/GroupsList groups
POST/scim/v2/GroupsCreate group
GET/PUT/PATCH/DELETE/scim/v2/Groups/{id}Get / Replace / Update / Delete group
GET/scim/v2/ServiceProviderConfigCapability discovery
GET/scim/v2/SchemasSchema discovery

Need help integrating?

Talk to us about your identity stack and provisioning requirements.

Contact Support