Skip to content
New issue

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

support for Activity Log API #59

Closed
koshilife opened this issue Sep 7, 2022 · 2 comments
Closed

support for Activity Log API #59

koshilife opened this issue Sep 7, 2022 · 2 comments

Comments

@koshilife
Copy link
Owner

koshilife commented Sep 7, 2022

We are thinking about supporting the following new Activity Log API.

Release Notes Sep 7:
We have added an API to retrieve the activity log data we have available in the product. IT Security teams & developers (with admin authorization) can use this api to retrieve user activity for a specific category or action for a given period of time. Customers can utilize this API for audit log archiving and retention purposes and for integration with a SIEM (Security information and event management). Read our help center article for more information.Note: This API is only available to Calendly enterprise customers

koshilife added a commit that referenced this issue Nov 6, 2022
@koshilife
Copy link
Owner Author

Calendly gave us a sample response file of the Activity Log API.
Sample JSON output of Calendly Activity Log API.json.txt

@koshilife
Copy link
Owner Author

I have released it as version 0.14.0.

You can use like this:

client = Calendly::Client.new 'YOUR_TOKEN'
me = client.me
org = me.current_organization

# get activity log entries
log_entries, _, _ = org.activity_log_entries

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant