Delinea RemotePasswordChanging API
View Password Changing Settings
View Password Changing Settings
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/delinea-remotepasswordchanging-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:
title: Secret Server Rest Activations Remote Password Changing API
description: REST API documentation for Secret Server. This document describes how to use the REST API. All requests require an authentication token; please see the <a href="../OAuth/">authentication document</a> for more information. The <a href="swagger.json">Swagger specification</a> for this API is also available.
termsOfService: https://delinea.com/eula
contact:
name: Support
url: https://delinea.com
version: 11.7.2
servers:
- url: /SecretServer/api
security:
- BearerToken: []
tags:
- name: RemotePasswordChanging
description: 'View Password Changing Settings '
paths:
/v1/remote-password-changing/password-types/{id}:
get:
tags:
- RemotePasswordChanging
summary: Password Type By Id
description: Gets Password Type By Id
operationId: RemotePasswordChangingService_GetPasswordType
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
responses:
'200':
description: PasswordType
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
put:
tags:
- RemotePasswordChanging
summary: Update Password Type
description: Update a Password Type
operationId: RemotePasswordChangingService_UpdatePasswordType
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeUpdateArgs'
description: Password Type update options
responses:
'200':
description: Updated Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
delete:
tags:
- RemotePasswordChanging
summary: Delete Password Type
description: Delete a Password Type
operationId: RemotePasswordChangingService_DeletePasswordType
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
responses:
'200':
description: Delete Password Type Response
content:
application/json:
schema:
$ref: '#/components/schemas/DeletedModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
/v1/remote-password-changing/custom-commands/{id}:
get:
tags:
- RemotePasswordChanging
summary: Custom Command List
description: Lists Available Custom Command for Password Type
operationId: RemotePasswordChangingService_GetCustomCommands
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
- name: filter.commandTypeCode
in: query
description: CommandTypeCode
required: false
x-nullable: true
schema:
type: integer
format: int32
- name: skip
in: query
description: Number of records to skip before taking results
required: false
schema:
type: integer
format: int32
- name: sortBy[0].direction
in: query
description: Sort direction
required: false
schema:
type: string
- name: sortBy[0].name
in: query
description: Sort field name
required: false
schema:
type: string
- name: sortBy[0].priority
in: query
description: Priority index. Sorts with lower values are executed earlier
required: false
schema:
type: integer
format: int32
- name: take
in: query
description: Maximum number of records to include in results
required: false
schema:
type: integer
format: int32
responses:
'200':
description: Custom Command List result for Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PagingOfCustomCommandModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
put:
tags:
- RemotePasswordChanging
summary: Update Custom Command
description: Update a Custom Command
operationId: RemotePasswordChangingService_UpdateCustomCommand
parameters:
- name: id
in: path
description: Custom Command Id
required: true
schema:
type: integer
format: int32
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomCommandUpdateArgs'
description: Custom Command update options
responses:
'200':
description: Updated Custom Command
content:
application/json:
schema:
$ref: '#/components/schemas/CustomCommandModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
delete:
tags:
- RemotePasswordChanging
summary: Delete Custom Command
description: Delete a Custom Command
operationId: RemotePasswordChangingService_DeleteCustomCommand
parameters:
- name: id
in: path
description: Custom Command Id
required: true
schema:
type: integer
format: int32
responses:
'200':
description: Delete Password Custom Command
content:
application/json:
schema:
$ref: '#/components/schemas/DeletedModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
/v1/remote-password-changing/password-types:
get:
tags:
- RemotePasswordChanging
summary: Password Type List
description: Lists Available Password Types
operationId: RemotePasswordChangingService_GetPasswordTypeList
parameters:
- name: filter.includeInactive
in: query
description: Whether to include inactive Password Types in the results
required: false
schema:
type: boolean
- name: filter.onlyIncludeCanEdits
in: query
description: When true, only include password types that have CanEdit
required: false
x-nullable: true
schema:
type: boolean
- name: filter.onlyIncludeSqlScriptOptions
in: query
description: When true, only scripts that can be assigned to a SQL script will be returned
required: false
x-nullable: true
schema:
type: boolean
- name: filter.searchTerm
in: query
description: Search password type name for this text
required: false
schema:
type: string
- name: skip
in: query
description: Number of records to skip before taking results
required: false
schema:
type: integer
format: int32
- name: sortBy[0].direction
in: query
description: Sort direction
required: false
schema:
type: string
- name: sortBy[0].name
in: query
description: Sort field name
required: false
schema:
type: string
- name: sortBy[0].priority
in: query
description: Priority index. Sorts with lower values are executed earlier
required: false
schema:
type: integer
format: int32
- name: take
in: query
description: Maximum number of records to include in results
required: false
schema:
type: integer
format: int32
responses:
'200':
description: PasswordType List result
content:
application/json:
schema:
$ref: '#/components/schemas/PagingOfPasswordTypeSummary'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
post:
tags:
- RemotePasswordChanging
summary: Create Password Type
description: Create a New Password Type
operationId: RemotePasswordChangingService_CreatePasswordType
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeCreateArgs'
description: Password Type creation options
responses:
'200':
description: Created Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
/v1/remote-password-changing/password-type-auth/{id}:
get:
tags:
- RemotePasswordChanging
summary: Get Password Type Auth
description: Get Password Type Auths for a Password Type
operationId: RemotePasswordChangingService_GetPasswordTypeAuth
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
responses:
'200':
description: Password Type Auths for the Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeAuthModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
post:
tags:
- RemotePasswordChanging
summary: Create Password Type Auth
description: Create Password Type Auths for a Password Type
operationId: RemotePasswordChangingService_CreatePasswordTypeAuth
parameters:
- name: id
in: path
description: Password Type Auth Id
required: true
schema:
type: integer
format: int32
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeAuthCreateArgs'
description: Password Type Auth create options
responses:
'200':
description: Password Type Auths for the Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeAuthModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
patch:
tags:
- RemotePasswordChanging
summary: Update Password Type Auth
description: Update a Password Type Auth
operationId: RemotePasswordChangingService_UpdatePasswordTypeAuth
parameters:
- name: id
in: path
description: Password Type Auth Id
required: true
schema:
type: integer
format: int32
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeAuthUpdateArgs'
description: Password Type Auth update options
responses:
'200':
description: Password Type Auths for the Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeAuthModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
/v1/remote-password-changing/custom-commands:
post:
tags:
- RemotePasswordChanging
summary: Create Custom Command
description: Create a New Custom Command
operationId: RemotePasswordChangingService_CreateCustomCommand
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/CustomCommandCreateArgs'
description: Custom Command creation options
responses:
'200':
description: Created Custom Command
content:
application/json:
schema:
$ref: '#/components/schemas/CustomCommandModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
/v2/remote-password-changing/password-types/{id}:
put:
tags:
- RemotePasswordChanging
summary: Update Password Type
description: Update a Password Type
operationId: RemotePasswordChangingService_UpdatePasswordTypeV2
parameters:
- name: id
in: path
description: Password Type Id
required: true
schema:
type: integer
format: int32
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeUpdateArgsV2'
description: Password Type update options
responses:
'200':
description: Updated Password Type
content:
application/json:
schema:
$ref: '#/components/schemas/PasswordTypeModel'
'400':
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/BadRequestResponse'
'403':
description: Authentication failed
content:
application/json:
schema:
$ref: '#/components/schemas/AuthenticationFailedResponse'
'500':
description: Internal server error
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorResponse'
deprecated: false
components:
schemas:
PasswordTypeUpdateArgsV2:
description: PasswordTypeUpdateArgsV2
properties:
data:
$ref: '#/components/schemas/PasswordTypeUpdateModel'
type: object
PasswordTypeUpdateModel:
description: Data
properties:
active:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
customPort:
$ref: '#/components/schemas/UpdateFieldValueOfOptionalInt32'
exitCommand:
$ref: '#/components/schemas/UpdateFieldValueOfString'
ignoreSSL:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
lineEnding:
$ref: '#/components/schemas/UpdateFieldValueOfLineEnding'
mainframeConnectionString:
$ref: '#/components/schemas/UpdateFieldValueOfString'
name:
$ref: '#/components/schemas/UpdateFieldValueOfString'
odbcConnectionString:
$ref: '#/components/schemas/UpdateFieldValueOfString'
requestTerminal:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
runnerType:
$ref: '#/components/schemas/UpdateFieldValueOfRunnerType'
useSSL:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
useUsernameAndPassword:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
validForTakeover:
$ref: '#/components/schemas/UpdateFieldValueOfBoolean'
windowsCustomPorts:
$ref: '#/components/schemas/UpdateFieldValueOfString'
type: object
UpdateFieldValueOfRunnerType:
description: Runner Type
properties:
dirty:
description: Dirty
type: boolean
value:
$ref: '#/components/schemas/RunnerType'
type: object
Severity:
description: Error severity level
properties: {}
type: string
enum:
- None
- Retry
- Warn
- Critical
- Fatal
PasswordTypeAuthCreateModel:
description: Password Type Auth Create Model
properties:
commandTypeCode:
description: The command type code
type: integer
format: int32
key:
description: The key argument
type: string
passphrase:
description: The passphrase argument
type: string
password:
description: The password argument
type: string
username:
description: The user name argument
type: string
type: object
PasswordTypeCreateArgs:
description: PasswordTypeCreateArgs
properties:
basePasswordTypeId:
description: Base Password Type Id to use as the parent.
type:
- integer
- 'null'
format: int32
concurrencyId:
description: 'Optional: Global unique id.'
type: string
name:
description: Password Type Name
type: string
passwordTypeFields:
description: 'Optional: If Base Password Type Id is null then used to look up Base Password Type.'
items:
$ref: '#/components/schemas/ResetPasswordTypeFieldAddModel'
type: array
typeName:
description: 'Optional: If Base Password Type Id is null then used to look up Base Password Type.'
type: string
type: object
CustomCommandUpdateArgs:
description: CustomCommandUpdateArgs
properties:
command:
description: Command
type: string
commandTypeCode:
description: CommandTypeCode
type: integer
format: int32
comment:
description: Comment
type: string
concurrencyId:
description: ConcurrencyId
type: string
order:
description: Order
type: integer
format: int32
passwordTypeId:
description: PasswordTypeId
type: integer
format: int32
pause:
description: Pause
type: integer
format: int32
type: object
BadRequestResponse:
description: Response object for invalid requests
required:
- message
properties:
message:
description: Error message
type: string
messageDetail:
description: Error message detail
type: string
errorCode:
description: Error message code
type: string
modelState:
description: An object describing validation errors
type: object
type: object
PagingOfCustomCommandModel:
description: Specify paging and sorting options for querying records and returning results
properties:
batchCount:
description: Number of result batches available with current query options
type: integer
format: int32
currentPage:
description: Index of current result page
type: integer
format: int32
hasNext:
description: Whether there are any results in additional pages
type: boolean
hasPrev:
description: Whether there are any results in previous pages
type: boolean
nextSkip:
description: Correct value of 'skip' for the next page of results
type: integer
format: int32
pageCount:
description: Number of result pages available with current query options
type: integer
format: int32
prevSkip:
description: Correct value of 'skip' for the previous page of results
type: integer
format: int32
records:
description: Query results
items:
$ref: '#/components/schemas/CustomCommandModel'
type: array
severity:
$ref: '#/components/schemas/Severity'
skip:
description: Number of records to skip before taking results
type: integer
format: int32
sortBy:
description: List of sort properties
items:
$ref: '#/components/schemas/Sort'
type: array
success:
description: Whether the query executed successfully
type: boolean
take:
description: Maximum number of records to include in results
type: integer
format: int32
total:
description: Total number of results available
type: integer
format: int32
type: object
ResetPasswordTypeFieldAddModel:
description: 'Optional: If Base Password Type Id is null then used to look up Base Password Type.'
properties:
name:
description: Name
type: string
scanItemFieldId:
description: ScanItemFieldId
type:
- integer
- 'null'
format: int32
type: object
AuthenticationFailedResponse:
description: Response object for authentication failures
required:
- message
properties:
message:
description: Error message
type: string
type: object
CustomCommandModel:
description: Displays the properties of a Custom Command
properties:
command:
description: Command Text
type: string
commandTypeCode:
description: Command Type Code
type: integer
format: int32
comment:
description: Comment
type: string
concurrencyId:
description: Concurrency Id
type: string
customCommandId:
description: Custom Command Id
type: integer
format: int32
order:
description: Order number
type: integer
format: int32
passwordTypeId:
description: Password Type Id
type: integer
format: int32
pause:
description: Pause Duration (milliseconds)
type: integer
format: int32
type: object
CustomCommandCreateArgs:
description: CustomCommandCreateArgs
properties:
command:
description: Command
type: string
commandTypeCode:
description: CommandTypeCode
type: integer
format: int32
comment:
description: Comment
type: string
passwordTypeId:
description: PasswordTypeId
type: integer
format: int32
pause:
description: Pause
type: integer
format: int32
type: object
IRestPasswordTypeField:
description: Password Type Fields
properties:
isOptional:
description: IsOptional
type: boolean
name:
description: Name
type: string
passwordTypeFieldId:
description: PasswordTypeFieldId
type: integer
format: int32
scanItemFieldId:
description: ScanItemFieldId
type:
- integer
- 'null'
format: int32
type: object
PagingOfPasswordTypeSummary:
description: Specify paging and sorting options for querying records and returning results
properties:
batchCount:
description: Number of result batches available with current query options
type: integer
format: int32
currentPage:
description: Index of current result page
type: integer
format: int32
hasNext:
description: Whether there are any results in additional pages
type: boolean
hasPrev:
description: Whether there are any results in previous pages
type: boolean
nextSkip:
description: Correct value of 'skip' for the next page of results
type: integer
format: int32
pageCount:
description: Number of result pages available with current query options
type: integer
format: int32
prevSkip:
description: Correct value of 'skip' for the previous page of results
type: integer
format: int32
records:
description: Query results
items:
$ref: '#/components/schemas/PasswordTypeSummary'
type: array
severity:
$ref: '#/components/schemas/Severity'
skip:
description: Number of records to skip before taking results
type: integer
format: int32
sortBy:
description: List of sort properties
items:
$ref: '#/components/schemas/Sort'
type: array
success:
description: Whether the query executed successfully
type: boolean
take:
description: Maximum number of records to include in results
type: integer
format: int32
total:
description: Total number of results available
type: integer
format: int32
type: object
PasswordTypeUpdateArgs:
description: PasswordTypeUpdateArgs
properties:
active:
description: Active
type: boolean
canEdit:
description: CanEdit
type: boolean
customPort:
description: CustomPort
type: integer
format: int32
exitCommand:
description: ExitCommand
type: string
hasCommands:
description: HasCommands
type: boolean
heartbeatScriptArgs:
description: HeartbeatScriptArgs
type: string
heartbeatScriptId:
description: HeartbeatScriptId
type:
- integer
- 'null'
format: int32
ignoreSSL:
description: IgnoreSSL
type: boolean
isWeb:
description: IsWeb
type: boolean
ldapConnectionSet
# --- truncated at 32 KB (44 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/delinea/refs/heads/main/openapi/delinea-remotepasswordchanging-api-openapi.yml