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

Enviance ScimIdentity API

The ScimIdentity API from Enviance — 9 operation(s) for scimidentity.

Enviance ScimIdentity API is one of 39 APIs that Enviance publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include ScimIdentity. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 15 operations across 9 paths, and defines 17 schemas. It is described by OpenAPI 3.2.0, at version Platform.v2026.2.0.0.20260708.

Requests are made against a single base URL, https://api.enviance.com/.

15 operations 9 paths 17 schemas 2 DELETE6 GET3 PATCH2 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
Platform.v2026.2.0.0.20260708
Base URL
https://api.enviance.com
Authentication
HTTP Basic, API Key
Contact
Resource Areas
1

Authentication & Security 2

Enviance ScimIdentity API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (Basic). An API key is passed in the header as Authorization (EnvianceAuth).

  • Basic — Forces authentication with credentials via an api gateway
  • EnvianceAuth — Enviance \ . Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first

Paths & Operations 15

Across 9 paths, the API surfaces 15 operations — 2 DELETE, 6 GET, 3 PATCH, 2 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

ScimIdentity 15
POST
/ver2/ScimIdentityService.svc/scim/v1/Groups
Create a new group in Enviance system. Example: POST /ScimIdentityService.svc/scim/v1/Groups HTTP/1.1 Content-Type: application/json; charset=UTF-8 SDK API: envianceSdk.scim.createGroup(group, onsucc…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.CreateGroup 7 params body → default
GET
/ver2/ScimIdentityService.svc/scim/v1/Groups/
envianceSdk.scim.getGroup [ "10EEE1F5-E345-4AEC-9ABD-46F7D5CECAFF", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.ListGroups 11 params → default
GET
/ver2/ScimIdentityService.svc/scim/v1/Groups/{id}
Gets information about group. Example: GET /ScimIdentityService.svc/scim/v1/Groups/809d56ad-77ef-47a6-9f3c-f8853b118744 HTTP/1.1 SDK API: envianceSdk.scim.getGroup(id, onsuccess, onerror) null envian…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.GetGroup 8 params → default
PATCH
/ver2/ScimIdentityService.svc/scim/v1/Groups/{id}
envianceSdk.scim.partialUpdateGroup [ { "externalId": "banana", "meta": { "attributes": [ "urn:scim:schemas:enviance:group:rights", "members" ] }, "schemas": [ "urn:scim:schemas:core:1.0", "urn:scim:…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.UpdatePartialGroup 8 params body → default
PUT
/ver2/ScimIdentityService.svc/scim/v1/Groups/{id}
envianceSdk.scim.fullUpdateGroup [ { "schemas": [ "urn:scim:schemas:core:1.0" ], "displayName": "Scim Grptrtrtr", "members": [ { "value": "scimupdatetest998990444" } ], "externalid": "sweet apple" },…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.UpdateGroup 8 params body → default
DELETE
/ver2/ScimIdentityService.svc/scim/v1/Groups/{id}
envianceSdk.scim.deleteGroup [ "10EEE1F5-E345-4AEC-9ABD-46F7D5CECAFF", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.DeleteGroup 8 params → default
GET
/ver2/ScimIdentityService.svc/scim/v1/schemas/
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.GetSchemas 7 params → default
GET
/ver2/ScimIdentityService.svc/scim/v1/schemas/{type}
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.GetSchema 8 params → default
POST
/ver2/ScimIdentityService.svc/scim/v1/Users
Create a new user in Enviance system. SDK API: envianceSdk.scim.createUser(user, onsuccess, onerror) Example: POST /ScimIdentityService.svc/scim/v1/Users HTTP/1.1 Content-Type: application/json; char…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.CreateUser 7 params body → default
GET
/ver2/ScimIdentityService.svc/scim/v1/Users/
envianceSdk.scim.listUsers [ { "attributes": [ "name.givenName", "name.familyName" ], "count": "10", "filter": "name.familyname co ", "scim": "", "sortBy": "name.givenName", "sortOrder": "ascending|d…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.ListUsers 13 params → default
GET
/ver2/ScimIdentityService.svc/scim/v1/Users/{id}
Gets information about user. Example: GET /ScimIdentityService.svc/scim/v1/Users/9ca22677-2670-41a9-bafd-3b2825592863 HTTP/1.1 SDK API: envianceSdk.scim.getUser(id, onsuccess, onerror) null envianceS…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.GetUser 8 params → default
DELETE
/ver2/ScimIdentityService.svc/scim/v1/Users/{id}
envianceSdk.scim.deleteUser [ "40E351F5-E4E9-4AEC-9ABD-46F7D5CECAFF", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.DeleteUser 8 params → default
PUT
/ver2/ScimIdentityService.svc/scim/v1/Users/{id}
envianceSdk.scim.fullUpdateUser [ { "schemas": [ "urn:scim:schemas:core:1.0", "urn:scim:schemas:enviance:user" ], "userName": "scimupdatetest998990444", "name": { "givenName": "Updated", "familyName"…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.UpdateUser 8 params body → default
PATCH
/ver2/ScimIdentityService.svc/scim/v1/Users/{id}
envianceSdk.scim.partialUpdateUser [ { "externalId": "apple", "schemas": [ "urn:scim:schemas:core:1.0" ], "timezone": "America/LosAngeles" }, "e67d0934-0246-4b13-b431-7680778c9873", "onsuccess", "one…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.UpdatePartialUser 8 params body → default
PATCH
/ver2/ScimIdentityService.svc/scim/v1/Users/bulk
envianceSdk.scim.UpdateHomeUserWithPasswordBulk [ [ { "id": "C591F8A4-D783-4FF8-928F-3DA512DBB1E6", "password": "1111" }, { "id": "DD4358D4-1665-4848-BA16-1EA7E0CDEA0D", "password": "1111" } ], "onsu…
Enviance.RestServices.Ver2.Scim.Impl.ScimIdentityService.UpdateHomeUserWithPasswordBulk 7 params body → default

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.Scim.ScimResources.Users.ScimUser (17 properties), Enviance.RestServices.Ver2.Scim.ScimResources.Users.EnvianceScimUserExtention (12 properties), Enviance.RestServices.Ver2.Scim.ScimResources.Users.Address (11 properties), Enviance.RestServices.Ver2.Scim.ScimResources.Users.PhoneNumber (8 properties). Each schema is shown below with its type and property counts.

Enviance.RestServices.Ver2.Scim.ScimResources.Users.PhoneNumber
object
8 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Groups.ScimGroup
object
6 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Groups.Member
object
2 properties
UpdateHomeUserWithPasswordBulk
object
1 property
Enviance.RestServices.Ver2.Scim.ScimResources.NameGrantedDto
object
2 properties
Enviance.RestServices.Ver2.Scim.ScimResources.MetaData
object
5 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.EnvianceScimUserExtention
object
12 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.ReadOnlyGroup
object
2 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Resource
object
3 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.Property
object
4 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.Name
object
3 properties
Enviance.RestServices.Ver2.Scim.ScimResources.ScimListResponse
object
4 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.Address
object
11 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Users.ElectronicMailAddress
object
6 properties
Enviance.RestServices.Ver2.Scim.ScimResources.SchemaDefination.IScimSchema
object
Enviance.RestServices.Ver2.Scim.ScimResources.Users.ScimUser
object
17 properties
Enviance.RestServices.Ver2.Scim.ScimResources.Groups.EnvianceScimGroupExtention
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enviance-scimidentity-api-openapi.yml Raw ↑

Other APIs Enviance publishes across the network.

Enviance Activity API
Enviance Authentication API
Enviance BatchRequest API
Enviance Bulk API
Enviance Chemical API
Enviance ChemicalGroup API
Enviance ChemicalList API
Enviance Command API
Enviance Compliance API
Enviance CompliancePermissions API
Enviance CustomField API
Enviance Data API
Where this information came from

This is an independent, third-party profile of Enviance ScimIdentity 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.