Jump to content

Search the Community

Showing results for tags 'api'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Essentials
    • Announcements
  • Passwordstate 9.x
    • Community Support
    • General Hints and Tips
    • Known Issues
    • Installing Passwordstate
    • Feature Requests
    • Feature Requests - Completed
    • 3rd Party Hardware/Software Knowledge Forum
  • Knowledge Base
    • General FAQs
    • Password Resets
    • Remote Session Launcher
    • App Server
    • Passwordstate API
    • Browser Extensions
    • Password Reset Portal
  • Passwordstate 8.x
    • Community Support

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Jabber


Google Plus Account


Skype


AIM


Yahoo


ICQ


Website URL


MSN


Interests


Location


Biography


Location


Interests


Occupation

Found 9 results

  1. hi @support for some of our automation use cases, we need the ability to dynamically create password lists. But we don't want to make the System Wide API Key generally known to so many people for this. Can you integrate a way to allow password lists to be created without System Wide API Keys? e.g. by using an API Key on an existing folder? So you would only have to create a folder for the colleagues, assign an API Key on this folder and with this API Key the employees can create as many password lists in this folder only as they want. Thanks, Renรฉ
  2. Hello, i want to know if there is more documentation about the API topic. The only thing i found is this Passwords > Passwords Menu > Passwords Home > Password Lists > List Administrator Actions > Edit Password List Properties > API Key & Settings Tab Under the help menu, is the topic 11. Web API Documentation listed, but i cant find it.
  3. Folders can only be created via the system wide API key, same goes for adding Password Lists from a Template to the folder. We need a way via API to add folders, add password lists from template, add/modify/remove password list permissions and have the API user NOT be able to read/change any passwords in existing password lists. We tried the Windows Integrated Auth API, unfortunately to be able to see if the folder already had a password list required us to give that API user View permissions on the Password List Template or Password List which also allows them to view any password records in that list. As a large organization, we try our best to follow the least privilege model including API users.
  4. I'm trying to upload a file to an existing password via API, using Powershell. I try to get this code to work (from Passwordstates API Manual): # PowerShell Request $documentPath = "D:\Build-Specifications.txt" $uri = "https://passwordstate/api/document/password/123?DocumentName=<DocumentName>&DocumentDescription=SomeDescription" $result = Invoke-RestMethod -Uri $uri -Method Post -InFile $documentPath -ContentType 'multipart/form-data' -Header @{ "APIKey" = "<apikey>" } Write-Host $result But I get this error message: Invoke-RestMethod: "An error has occurred., Value cannot be null.\r\nParameter name: plainText, System.ArgumentNullException Any suggestions about what that can mean?
  5. Please add API methods: Edit any user setting that the UI allows Disable/enable the user account This is important to us as we have 800 SAML user accounts that are created via API by an in house user provisioning tool. Existing users on occasion need their surname or email address changed, and terminated employees also need to be disabled. There are currently no API methods in PasswordState for this.
  6. When using API "Invoke-Restmethod -Method Post -Uri $PasswordstateURL'/passwordlistpermissions' ...." i get multiple occurrences of the security group if the security group already exists on the password list when running the method. "Invoke-Restmethod -Method Put -Uri $PasswordstateURL'/passwordlistpermissions' ...." does not add permissions. Only modify if they exists and are different. What am I doing wrong? I am expecting that POST add permission if missing and updates permissions if already present. We are on V9.6 (Build 9611). Thanks Torge
  7. Apologies cant see anything in the docs or forums on this already. https://pwdstate/help/manuals/api/searching-for-passwords.html?q=generic+fields Is there a way with the API to search using "generic fields" that I have renamed in say a template? i.e. api/searchpasswords https://pwstate/api/searchpasswords/xx?apikey=xxx&GenericField1=EU - This works ๐Ÿ‘ https://pwstate/api/searchpasswords/xx?apikey=xx&Licence=EU - However this doesn't work ๐Ÿ‘Ž The mapping on the JSON for context is here: "GenericFieldInfo": [ { "GenericFieldID": "GenericField1", "DisplayName": "Licence", "Value": "EU" },
  8. Hello, I looked through the forums but couldn't find a submission, so I decided to create this. Can I please request that you add the capability to poll the remote site location agents' health status as well as the last poll time, via the API? It looks like the API methods recently added for the RSL feature don't have this functionality as of PasswordState v9.4 build 9414.
  9. I can't find properties for a password in Windows API where you can set "Require check out" and the time for automatic check in.
×
×
  • Create New...