Verify

This method returns the display name of the Vault configured in the ServerDisplayName configuration parameter.

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 

 

https://<IIS_Server_Ip>/PasswordVault/WebServices/PIMServices.svc/Verify/

Resource information

HTTP method

GET

Content type

application/json

Body parameters

None

Result

 
{ 
"ServerName":"<Vault_Name>",
"ServerID":"<Unique Vault_ID>",
"ApplicationName":"<PasswordVault>",
"AuthenticationMethods":"[{"Id":"authmethod","Enabled/Disabled":"true/false"}]"
}

 

Parameter

ServerName

Type

String

Description

The display name of the Vault configured in the ServerDisplayName configuration parameter.

Parameter

ServerID

Type

Integer

Description

The Vault's ID.

Parameter

ApplicationName

Type

String

Description

The name of the application used. Possible values: "PasswordVault".

Parameter

AuthenticationMethods

Type

String

Description

The authentication methods that can be used to authenticate to the Vault, and whether or not they are enabled. For example, "windows".

Return codes

For a complete list of return codes, see Return Codes.