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 Security API

The Security API from Enviance — 6 operation(s) for security.

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

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

This API exposes 11 operations across 6 paths, and defines 7 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/.

11 operations 6 paths 7 schemas 3 DELETE2 GET3 PATCH1 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 Security 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 11

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

Security 11
POST
/ver2/SecurityService.svc/groups
Creates a new user group. Security: Requires Manage Users and Groups system right. SDK API: envianceSdk.groups.createGroup(groupInfo, onsuccess, onerror) null envianceSdk.groups.createGroup [ { "name…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.CreateGroup 7 params body → default
GET
/ver2/SecurityService.svc/groups/{groupIdOrName}
envianceSdk.groups.getGroup [ "Group Name 0001", "onsuccess", "onerror" ] envianceSdk.groups.getGroupMembers [ "Group Name 0001", "onsuccess", "onerror" ] envianceSdk.scim.getGroup [ "10EEE1F5-E345-4…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.GetGroup 8 params → default
PATCH
/ver2/SecurityService.svc/groups/{groupIdOrName}
Updates a Group in the System. You cannot update the Administrators group. Security: Requires Manage Users and Groups system right. SDK API: envianceSdk.groups.updateGroup(groupIdOrName, groupInfo, o…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.UpdateGroup 8 params body → default
DELETE
/ver2/SecurityService.svc/groups/{groupIdOrName}
envianceSdk.groups.deleteGroup [ "Group Name 0001", "onsuccess", "onerror" ] envianceSdk.scim.deleteGroup [ "10EEE1F5-E345-4AEC-9ABD-46F7D5CECAFF", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Security.Impl.SecurityService.DeleteGroup 8 params → default
GET
/ver2/SecurityService.svc/groups/{groupIdOrName}/members
envianceSdk.groups.getGroupMembers [ "Group Name 0001", "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Security.Impl.SecurityService.GetGroupMembers 8 params → default
PUT
/ver2/SecurityService.svc/groups/{groupIdOrName}/members
Sets the members of a Group, replacing the current members, if any. You cannot set the members of the Administrators Group. Security: Requires Manage Users and Groups system right. SDK API: envianceS…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.SetGroupMembers 8 params body → default
PATCH
/ver2/SecurityService.svc/groups/{groupIdOrName}/members
envianceSdk.groups.addGroupMembers [ "Group Name 0001", [ "eoleg1", "eoleg2" ], "onsuccess", "onerror" ] envianceSdk.groups.addGroupMembersAsync [ "Group Name 0001", [ "eoleg1", "eoleg2" ], "onsucces…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.AddGroupMembers 8 params body → default
DELETE
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/{userIdOrName}
Removes a User from a Group. Security: Requires Manage Users and Groups system right. SDK API: envianceSdk.groups.removeGroupMember(groupIdOrName, userIdOrName, onsuccess, onerror) null envianceSdk.g…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.RemoveGroupMember 9 params → default
DELETE
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/{userIdOrName}/Async
Removes a User from a Group asynchronously. Security: Requires Manage Users and Groups system right. SDK API: envianceSdk.groups.removeGroupMemberAsync(groupIdOrName, userIdOrName, onsuccess, onerror…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.RemoveGroupMemberAsync 9 params → default
PUT
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/Async
Asynchronously sets the members of a Group, replacing the current members, if any. You cannot set the members of the Administrators Group. Security: Requires Manage Users and Groups system right. SDK…
Enviance.RestServices.Ver2.Security.Impl.SecurityService.SetGroupMembersAsync 8 params body → default
PATCH
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/Async
envianceSdk.groups.addGroupMembersAsync [ "Group Name 0001", [ "eoleg1", "eoleg2" ], "onsuccess", "onerror" ]
Enviance.RestServices.Ver2.Security.Impl.SecurityService.AddGroupMembersAsync 8 params body → default

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Enviance.RestServices.Ver2.Security.GroupInfo (4 properties), SetGroupMembers (1 property), CreateGroup (1 property), SetGroupMembersAsync (1 property). Each schema is shown below with its type and property counts.

AddGroupMembers
object
1 property
UpdateGroup
object
1 property
AddGroupMembersAsync
object
1 property
Enviance.RestServices.Ver2.Security.GroupInfo
object
4 properties
SetGroupMembersAsync
object
1 property
CreateGroup
object
1 property
SetGroupMembers
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

enviance-security-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 Security 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.