This endpoint requires an Enterprise subscription.
Returns a list of activity log entries
Visit official API Doc
For the example bellow we will use only required parameters, but you can use any other parameter as well.
client.organizations.activity_log(organization: `organization_uri`)
#=> #<Calendlyr::Collection @data=[#<Calendlyr::ActivityLog, ...], @client=#<Calendlyr::Client>>
user_busy_time.associated_organization
#=> #<Calendlyr::Organization>
user_busy_time.associated_actor
#=> #<Calendlyr::User>