GetUsernameById
This method retrieves the current password from a secret using an ID.
REST API URL "/api/v1/secrets/<secretid>"
See the following settings for the Input parameters:
<secret ID>
secret ID value number
- CredentialName: Credential name where the store accesses the parameters
- Property username: Accesses parameters store in the credential vault for Blue Prism
- Property password: Accesses parameters store in the credential vault for Blue Prism
- Property server_url: Accesses parameters store in the credential vault for Blue Prism
See the following settings for the Output parameters:
- Username string field from the secret
- Exception: If secret is in checkOut status, throws an exception and returns an error code
Scheme