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 Name | Status Code | Status Description |
---|---|---|
Success | 200 | Request successful. |
Created | 201 | Request successful. A new resource is created. |
No Content | 204 | Request successful. No content in body. |
Bad Request | 400 | Validation failure, missing request body, or string values exceed the maximum length. Reason in response body. |
Unauthorized | 401 | User 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 Forbidden | 403 | User does not have the appropriate role or permission. |
Not Found | 404 | Object not found where expected. Reason in response body. |
Internal Server Error | 500 | Unexpected server error occurred. |
-
Authentication - Token (OAuth) POST {{biBaseURL}}/Connect/Token
-
Authentication - SignIn (OAuth) POST {{biBaseURL}}/Auth/SignAppin
-
Authentication - SignOut POST {{biBaseURL}}/Auth/Signout
-
BeyondInsight-Access Levels - Access Levels GET {{biBaseURL}}/AccessLevels
-
BeyondInsight-Access Levels - Set Access Level for a User Group Smart Rule POST {{biBaseURL}}/UserGroups/:userGroupId/SmartRules/:smartRuleId/AccessLevels
-
BeyondInsight-Address Groups - Address Groups GET {{biBaseURL}}/AddressGroups
-
BeyondInsight-Address Groups - Address Groups by Organization ID GET {{biBaseURL}}/Organizations/:orgID/addressgroups
-
BeyondInsight-Address Groups - Address Group by ID GET {{biBaseURL}}/AddressGroups/:id
-
BeyondInsight-Address Groups - Address Group by Name GET {{biBaseURL}}/AddressGroups/?name=name
-
BeyondInsight-Address Groups - Addresses by ID GET {{biBaseURL}}/Addresses/:id