We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a search + table view of audit logs to: https://console.theopenlane.io/organization-settings/logs
The backend includes a history table for all object types
history
audit logs
audit_log_viewer
You can get all roles in an organization for a user by using:
v1/account/roles/organization { "success": true, "roles": [ "can_view", "can_edit", "can_delete", "audit_log_viewer", "can_invite_admins", "can_invite_members" ], "organization_id": "01JCCBBVGZG0829A0JDTR0Q00G" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add a search + table view of audit logs to: https://console.theopenlane.io/organization-settings/logs
The backend includes a
history
table for all object typesaudit logs
in the navigation to users with theaudit_log_viewer
role, restrict the page from displaying data to users with that roleYou can get all roles in an organization for a user by using:
The text was updated successfully, but these errors were encountered: