BeyondInsight and Password Safe API

Number of APIs: 238

This is an UNOFFICIAL BeyondInsight and Password Safe API Reference

Link to official BeyondTrust API docs: BeyondInsight and Password Safe API Overview (beyondtrust.com)

Maintainer

Prudhvi Keertipati - LinkedIn, GitHub

Contributors

Prudhvi Keertipati

Status Codes

Status NameStatus CodeStatus Description
Success200Request successful.
Created201Request successful. A new resource is created.
No Content204Request successful. No content in body.
Bad Request400Validation failure, missing request body, or string values exceed the maximum length. Reason in response body.
Unauthorized401User is not authenticated. Typical reasons include:
An invalid product license was detected.
The request headers were not set properly.
The server could not verify the validity of the request (due to one or more API factors).
The user session has expired.
The API key has been rotated but has not been updated in the calling script or application.
Access Forbidden403User does not have the appropriate role or permission.
Not Found404Object not found where expected. Reason in response body.
Internal Server Error500Unexpected server error occurred.
  1. Authentication - Token (OAuth) POST {{biBaseURL}}/Connect/Token

  2. Authentication - SignIn (OAuth) POST {{biBaseURL}}/Auth/SignAppin

  3. Authentication - SignOut POST {{biBaseURL}}/Auth/Signout

  4. BeyondInsight-Access Levels - Access Levels GET {{biBaseURL}}/AccessLevels

  5. BeyondInsight-Access Levels - Set Access Level for a User Group Smart Rule POST {{biBaseURL}}/UserGroups/:userGroupId/SmartRules/:smartRuleId/AccessLevels

  6. BeyondInsight-Address Groups - Address Groups GET {{biBaseURL}}/AddressGroups

  7. BeyondInsight-Address Groups - Address Groups by Organization ID GET {{biBaseURL}}/Organizations/:orgID/addressgroups

  8. BeyondInsight-Address Groups - Address Group by ID GET {{biBaseURL}}/AddressGroups/:id

  9. BeyondInsight-Address Groups - Address Group by Name GET {{biBaseURL}}/AddressGroups/?name=name

  10. BeyondInsight-Address Groups - Addresses by ID GET {{biBaseURL}}/Addresses/:id