Enviance Security API
The Security API from Enviance — 6 operation(s) for security.
The Security API from Enviance — 6 operation(s) for security.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/enviance-security-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
version: Platform.v2026.2.0.0.20260708
title: Rest Activity Security API
description: EMS Rest API
contact:
name: Cority
email: support@cority.com
url: https://cority.com
servers:
- url: https://api.enviance.com/
tags:
- name: Security
paths:
/ver2/SecurityService.svc/groups:
post:
tags:
- Security
description: "\n\nCreates a new user group. \n\n**Security:** Requires Manage Users and Groups system right.\n\n**SDK API:** `envianceSdk.groups.createGroup(groupInfo, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.createGroup\n```\n[\n {\n \"name\": \"Group Name 0001\",\n \"rights\": [],\n \"members\": [\n \"eoleg1\"\n ]\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.scim.createGroup\n```\n[\n {\n \"schemas\": [\n \"urn:scim:schemas:core:1.0\"\n ],\n \"displayName\": \"Enviance 2111 SCIM Demo Group\",\n \"externalid\": \"apple\"\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.CreateGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateGroup'
application/xml:
schema:
$ref: '#/components/schemas/CreateGroup'
required: true
/ver2/SecurityService.svc/groups/{groupIdOrName}:
get:
tags:
- Security
description: "\n\n\nenvianceSdk.groups.getGroup\n```\n[\n \"Group Name 0001\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.groups.getGroupMembers\n```\n[\n \"Group Name 0001\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.scim.getGroup\n```\n[\n \"10EEE1F5-E345-4AEC-9ABD-46F7D5CECAFF\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.GetGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Security.GroupInfo'
application/xml:
schema:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Security.GroupInfo'
patch:
tags:
- Security
description: "\n\nUpdates a Group in the System. You cannot update the Administrators group.\n\n**Security:** Requires Manage Users and Groups system right.\n\n**SDK API:** `envianceSdk.groups.updateGroup(groupIdOrName, groupInfo, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.updateGroup\n```\n[\n \"Group Name 0001\",\n {\n \"name\": \"Group Name 0001 - changed\",\n \"rights\": [],\n \"members\": []\n },\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.scim.fullUpdateGroup\n```\n[\n {\n \"schemas\": [\n \"urn:scim:schemas:core:1.0\"\n ],\n \"displayName\": \"Scim Grptrtrtr\",\n \"members\": [\n {\n \"value\": \"scimupdatetest998990444\"\n }\n ],\n \"externalid\": \"sweet apple\"\n },\n \"8fea1bf7-8afd-44ef-a9cd-c047af7653c2\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.scim.partialUpdateGroup\n```\n[\n {\n \"schemas\": [\n \"urn:scim:schemas:core:1.0\",\n \"urn:scim:schemas:enviance:group\"\n ],\n \"urn:scim:schemas:enviance:group\": {\n \"rights\": [\n \"Manage Users\",\n \"Manage Groups\"\n ]\n },\n \"externalId\": \"banana\",\n \"meta\": {\n \"attributes\": [\n \"urn:scim:schemas:enviance:group:rights\",\n \"members\"\n ]\n }\n },\n \"8fea1bf7-8afd-44ef-a9cd-c047af7653c2\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.UpdateGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/UpdateGroup'
application/xml:
schema:
$ref: '#/components/schemas/UpdateGroup'
required: true
delete:
tags:
- Security
description: "\n\n\nenvianceSdk.groups.deleteGroup\n```\n[\n \"Group Name 0001\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.scim.deleteGroup\n```\n[\n \"10EEE1F5-E345-4AEC-9ABD-46F7D5CECAFF\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.DeleteGroup
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
/ver2/SecurityService.svc/groups/{groupIdOrName}/members:
get:
tags:
- Security
description: "\n\n\nenvianceSdk.groups.getGroupMembers\n```\n[\n \"Group Name 0001\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.GetGroupMembers
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: array
items:
type: string
application/xml:
schema:
type: array
items:
type: string
put:
tags:
- Security
description: "\n\nSets the members of a Group, replacing the current members, if any. You cannot set the members of the Administrators Group.\n\n**Security:** Requires Manage Users and Groups system right.\n\n**SDK API:** `envianceSdk.groups.setGroupMembers(groupIdOrName, members, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.setGroupMembers\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.groups.setGroupMembersAsync\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.SetGroupMembers
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SetGroupMembers'
application/xml:
schema:
$ref: '#/components/schemas/SetGroupMembers'
required: true
patch:
tags:
- Security
description: "\n\n\nenvianceSdk.groups.addGroupMembers\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.groups.addGroupMembersAsync\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.AddGroupMembers
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AddGroupMembers'
application/xml:
schema:
$ref: '#/components/schemas/AddGroupMembers'
required: true
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/{userIdOrName}:
delete:
tags:
- Security
description: "\n\nRemoves a User from a Group.\n\n** Security:** Requires Manage Users and Groups system right.\n\n** SDK API:** `envianceSdk.groups.removeGroupMember(groupIdOrName, userIdOrName, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.removeGroupMember\n```\n[\n \"Group Name 0001\",\n \"eoleg1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\nenvianceSdk.groups.removeGroupMemberAsync\n```\n[\n \"Group Name 0001\",\n \"eoleg1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.RemoveGroupMember
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
- name: userIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/{userIdOrName}/Async:
delete:
tags:
- Security
description: "\n\nRemoves a User from a Group asynchronously.\n\n**Security:** Requires Manage Users and Groups system right.\n\n** SDK API:** `envianceSdk.groups.removeGroupMemberAsync(groupIdOrName, userIdOrName, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.removeGroupMemberAsync\n```\n[\n \"Group Name 0001\",\n \"eoleg1\",\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.RemoveGroupMemberAsync
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
- name: userIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
/ver2/SecurityService.svc/groups/{groupIdOrName}/members/Async:
put:
tags:
- Security
description: "\n\nAsynchronously sets the members of a Group, replacing the current members, if any. You cannot set the members of the Administrators Group.\n\n** Security:** Requires Manage Users and Groups system right.\n\n** SDK API:** `envianceSdk.groups.setGroupMembersAsync(groupIdOrName, members, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.groups.setGroupMembersAsync\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.SetGroupMembersAsync
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/SetGroupMembersAsync'
application/xml:
schema:
$ref: '#/components/schemas/SetGroupMembersAsync'
required: true
patch:
tags:
- Security
description: "\n\n\nenvianceSdk.groups.addGroupMembersAsync\n```\n[\n \"Group Name 0001\",\n [\n \"eoleg1\",\n \"eoleg2\"\n ],\n \"onsuccess\",\n \"onerror\"\n]\n```\n\n"
operationId: Enviance.RestServices.Ver2.Security.Impl.SecurityService.AddGroupMembersAsync
parameters:
- name: EnvApi-Systemid
in: header
description: Specify specific system to run instead of Home
schema:
type: string
- name: EnvApi-Packageid
in: header
description: (optional) Clients application/package ID
schema:
type: string
- name: EnvApi-Udf-DateTime-Iso-In-CustomFields
in: header
description: Udfs of DateTime should use Iso
schema:
type: string
default: 'true'
- name: EnvApi-Udf-DateTime-ReadInUserTz
in: header
description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
schema:
type: string
- name: EnvApi-Udf-Value-Invariant
in: header
description: (optional) Udfs - Force Non-Localized (invariant) values
schema:
type: string
- name: EnvApi-Localization-All
in: header
description: (optional) Extend objects with User-given Localizations
schema:
type: string
- name: x-client-request-id
in: header
description: (optional) Client ID for double submit prevention
schema:
type: string
- name: groupIdOrName
in: path
required: true
schema:
type: string
responses:
default:
description: not available
content:
application/json:
schema:
type: string
format: guid
application/xml:
schema:
type: string
format: guid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/AddGroupMembersAsync'
application/xml:
schema:
$ref: '#/components/schemas/AddGroupMembersAsync'
required: true
components:
schemas:
AddGroupMembers:
properties:
members:
type: array
items:
type: string
uniqueItems: false
type: object
format: AddGroupMembers
UpdateGroup:
properties:
groupInfo:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Security.GroupInfo'
type: object
format: UpdateGroup
AddGroupMembersAsync:
properties:
members:
type: array
items:
type: string
uniqueItems: false
type: object
format: AddGroupMembersAsync
Enviance.RestServices.Ver2.Security.GroupInfo:
properties:
id:
type: string
format: guid
uniqueItems: false
name:
type: string
uniqueItems: false
rights:
type: array
items:
type: string
uniqueItems: false
members:
type: array
items:
type: string
uniqueItems: false
type: object
format: Enviance.RestServices.Ver2.Security.GroupInfo
SetGroupMembersAsync:
properties:
members:
type: array
items:
type: string
uniqueItems: false
type: object
format: SetGroupMembersAsync
CreateGroup:
properties:
groupInfo:
$ref: '#/components/schemas/Enviance.RestServices.Ver2.Security.GroupInfo'
type: object
format: CreateGroup
SetGroupMembers:
properties:
members:
type: array
items:
type: string
uniqueItems: false
type: object
format: SetGroupMembers
securitySchemes:
Basic:
type: http
scheme: basic
description: Forces authentication with credentials via an api gateway
EnvianceAuth:
type: apiKey
description: "**Enviance \\<SessionId\\>**. \n\t\t\t\t\t Obtain SessionId by POST /ver2/AuthenticationService.svc/sessions first"
name: Authorization
in: header