How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Ensighten SCIM 2.0 API

SCIM2 (System for Cross-domain Identity Management) is a specification that automates user and group identity provisioning across cloud-based applications and services using SSO and Identity Providers. These SCIM2 API's enable user and group management through dedicated resources. SCIM follows RESTful principles, using HTTP methods with schema-defined payloads that include attributes and values.While using the SCIM APIs, set the value of the Accept header as application/scim+json.It is suggested to authenticate with the APIs using Authorization: Bearer ens_01.... However, the use of X-API-KEY: ens_01... is also supported.SCIM 2.0 User specific fieldsFieldDescriptionValid ValuesuserNameUnique identifier for the userUp to 255 characters; cannot include , :, ~, +, or spacesnameUser's name object containing givenName and familyNameObject with givenName and

Ensighten SCIM 2.0 API is one of 13 APIs that Ensighten publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include SCIM 2.0. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and rate-limit docs.

This API exposes 10 operations across 4 paths. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against 2 base URLs: https://manage-api.ensighten.com, https://private-anon-6a32b48ac3-manageexternalapi.apiary-mock.com.

10 operations 4 paths 0 schemas 1 DELETE4 GET2 PATCH1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://manage-api.ensighten.com
Authentication
API Key, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Ensighten SCIM 2.0 API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-API-Key (ApiKeyAuth). It accepts HTTP bearer tokens (BearerAuth). It supports OAuth 2.0 (OAuth2Password) using the password flow. By default, every request must be authenticated.

  • ApiKeyAuth — API Key created in the Admin API Keys page of Manage. Keys are prefixed 'ens'. Not accepted on /auth/token.
  • BearerAuth — Access token obtained from POST /auth/token (OAuth 2.0 Resource Owner Password Credentials flow).
  • OAuth2Password — Resource Owner Password Credentials flow. No OAuth scopes are documented; authorization is governed by Manage Roles assigned to the user or API Key.

Paths & Operations 10

Across 4 paths, the API surfaces 10 operations — 1 DELETE, 4 GET, 2 PATCH, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

SCIM 2.0 10

SCIM2 (System for Cross-domain Identity Management) is a specification that automates user and group identity provisioning across cloud-based applications and services using SSO a…

POST
/scim2/Users
Create a User
postScim2Users body → 201
GET
/scim2/Users
Search Users
getScim2Users → 200
GET
/scim2/Users/{id}
Get a User by id
getScim2UsersId 1 param → 200
PUT
/scim2/Users/{id}
Update a User (PUT)
putScim2UsersId 1 param body → 200
DELETE
/scim2/Users/{id}
Delete a User
deleteScim2UsersId 1 param → 204
PATCH
/scim2/Users/{id}
Update a User (PATCH)
patchScim2UsersId 1 param body → 200
GET
/scim2/Groups
Search Groups
getScim2Groups → 200
GET
/scim2/Groups/{id}
Get a Group by id
getScim2GroupsId 1 param → 200
PUT
/scim2/Groups/{id}
Replace Group Membership
putScim2GroupsId 1 param body → 200
PATCH
/scim2/Groups/{id}
Update Group Membership
patchScim2GroupsId 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ensighten-scim-2-0-api-openapi.yml Raw ↑

Other APIs Ensighten publishes across the network.

Ensighten Authentication API
Ensighten Conditions API
Ensighten Data Definitions API
Ensighten Deployments API
Ensighten Event Definitions API
Ensighten GIT API
Ensighten Labels API
Ensighten Publish Paths API
Ensighten Roles API
Ensighten Spaces API
Ensighten TDN API
Ensighten Users API
Where this information came from

This is an independent, third-party profile of Ensighten SCIM 2.0 API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.