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

Delinea Groups API

View and maintain user security groups

Delinea Groups API is one of 102 APIs that Delinea publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Group. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 22 operations across 14 paths, and defines 41 schemas. It is described by OpenAPI 3.0.0, at version 11.7.2.

Requests are made against a single base URL, /SecretServer/api.

22 operations 14 paths 41 schemas 3 DELETE11 GET2 PATCH3 POST3 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
11.7.2
Base URL
https://your-secret-server-instance/api/v1
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Delinea Groups API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerToken). By default, every request must be authenticated.

  • BearerToken — Perform a POST request to /oauth2/token. It should include three form data parameters - username, password, and granttype.The granttype parameter should always…

Paths & Operations 22

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

Groups 22

View and maintain user security groups

GET
/v1/groups/{id}
Get Group
GroupsService_Get 1 param → 200400403500
PUT
/v1/groups/{id}
Update Group
GroupsService_Update 1 param body → 200400403500
DELETE
/v1/groups/{id}
Delete Group
GroupsService_Delete 1 param → 200400403500
GET
/v1/groups/{id}/users/{userId}
Get User In Group
GroupsService_GetGroupUser 2 params → 200400403500
DELETE
/v1/groups/{id}/users/{userId}
Remove User From Group
GroupsService_RemoveUserFromGroup 2 params → 200400403500
GET
/v1/groups/{id}/roles
Gets roles for group
GroupsService_GetRoles 6 params → 200400403500
POST
/v1/groups/{id}/roles
Add roles to existing group
GroupsService_CreateUserRoles 1 param body → 200400403500
DELETE
/v1/groups/{id}/roles
Remove roles from existing group
GroupsService_DeleteUserRoles 1 param body → 200400403500
GET
/v1/groups
Search Groups
GroupsService_Search 11 params → 200400403500
POST
/v1/groups
Create Group
GroupsService_Create body → 200400403500
GET
/v1/groups/lookup
Lookup Groups
GroupsService_Lookup 11 params → 200400403500
GET
/v1/groups/stub
Get Group Stub
GroupsService_Stub → 200400403500
GET
/v1/groups/{id}/users
Get Group Membership
GroupsService_GetGroupMembership 8 params → 200400403500
POST
/v1/groups/{id}/users
Add User To Group
GroupsService_AddUserToGroup 1 param body → 200400403500
PATCH
/v1/groups/{id}/users
Patch Group Membership
GroupsService_PatchGroupMembership 1 param body → 200400403500
GET
/v1/groups/audit
Get group audits
GroupsService_GetAuditGroupAssignments 5 params → 200400403500
GET
/v1/groups/{id}/users-lookup
Get Group Users for display
GroupsService_GetGroupUsersLookup 1 param → 200400403500
GET
/v1/groups/{id}/users/search
Group members search
GroupsService_GroupMemberSearch 10 params → 200400403500
GET
/v1/groups/platform/{adGuid}
Get Group by domain identifier
GroupsService_GetGroupByPlatformIdentifer 1 param → 200400403500
PATCH
/v1/groups/{groupId}
Patch Group
GroupsService_PatchGroup 1 param body → 200400403500
PUT
/v2/groups/{id}/roles
Update all roles on group
GroupsService_UpdateGroupRoles 1 param body → 200400403500
PUT
/v1/groups/{groupId}/users
Update all members of a group
GroupsService_UpdateGroupMembers 1 param body → 200400403500

Schemas 41

The contract defines 41 schemas that model the data the API accepts and returns. The most detailed are GroupModel (18 properties), PagingOfGroupSummary (14 properties), PagingOfGroupLookup (14 properties), PagingOfAdminAuditItem (14 properties). Each schema is shown below with its type and property counts.

Sort
object
Sort options. Multiple sort options can be provided in the query string.
3 properties 2 required
UpdateFieldValueOfBoolean
object
Active
2 properties
GroupMembersSearchResult
object
GroupMembersSearchResult
4 properties
PagingOfGroupUserSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
GroupPatchArgs
object
GroupPatchArgs
1 property
GroupMembershipPatchModel
object
Patch group membership
2 properties
SortDirection
string
Sort direction
PagingOfGroupSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
DictionaryOfInt32AndString
object
Hash of GroupIds and GroupNames that own this group. Only used if HasGroupOwners is true.
GroupOwner
object
The owners for the group
3 properties
Severity
string
Error severity level
AdminAuditItem
object
Audit entries for administration items
5 properties
GroupCreateArgs
object
Group create options
12 properties 2 required
UpdateFieldValueOfInt32Array
object
FolderIds
2 properties
InternalServerErrorResponse
object
Response object for internal server errors
4 properties 4 required
GroupIpAddressRestrictionSummaryModel
object
Group IP Address Restriction Model
3 properties
PagingOfRoleSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
GroupMemberAssignmentRequest
object
GroupMemberAssignmentRequest
1 property
BadRequestResponse
object
Response object for invalid requests
4 properties 1 required
GroupMemberSummary
object
Query results
7 properties
PagingOfGroupMemberSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
RoleAssignments
object
Roles to be assigned
1 property
GroupModel
object
Group
18 properties
PagingOfGroupLookup
object
Specify paging and sorting options for querying records and returning results
14 properties
RoleRemovals
object
Roles to be removed
1 property
RoleChangeStatusModel
object
The status of the Role change action.
1 property
GroupPatchModel
object
Patch group
6 properties
GroupMembershipAssignmentResponse
object
GroupMembershipAssignmentResponse
1 property
DeletedModel
object
Information about an object that was deleted
3 properties
GroupSummary
object
Group summary
11 properties
GroupMembershipPatchResult
object
GroupMembershipPatchResult
1 property
GroupUsersLookupViewModel
object
GroupUsersLookupViewModel
1 property
GroupLookup
object
Simple group representation
2 properties
AuthenticationFailedResponse
object
Response object for authentication failures
1 property 1 required
PagingOfAdminAuditItem
object
Specify paging and sorting options for querying records and returning results
14 properties
GroupUserCreateArgs
object
Group memberhsip create options
1 property
GroupUserModel
object
Represents a single user's membership in a group
6 properties
GroupUserSummary
object
Query results
10 properties
UpdateFieldValueOfString
object
Description
2 properties
GroupUpdateArgs
object
Group update options
13 properties 1 required
RoleSummary
object
Role Summary
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

delinea-groups-api-openapi.yml Raw ↑

Other APIs Delinea publishes across the network.

Secret Server REST API
DevOps Secrets Vault API
Delinea Platform API
Delinea Activations API
Delinea ActiveDirectory API
Delinea AdvancedConfigSettings API
Delinea ApiToken API
Delinea AppClients API
Delinea ApplicationAccounts API
Delinea ApplicationRequest API
Delinea AppState API
Delinea BulkOperations API
Where this information came from

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