Adobe Connect User Community
Menu

#1 2018-08-10 09:41:55

cuc1533911442

API call to get list of users who have logged on in the last 6 months

I am working on a project where the end goal is to use the API to get a list of users who have logged in to Adobe Connect in the last 6 months.   I have looked into report-bulk-users and principal-list but neither response displays login date information and I don't know how I would use a filter-definition to accomplish that if it is even possible.
Any suggestions?

Offline

#2 2018-08-10 12:20:50

Jorma_at_CoSo

Re: API call to get list of users who have logged on in the last 6 months

That may be information that is only available by querying the SQL DB behind the scenes. If your account is hosted, reach out to the support team and you should be able to set up getting a regular report from them. They may also know of a way to get this information through the API.

Offline

#3 2018-08-17 09:39:26

cuc1533911442

Re: API call to get list of users who have logged on in the last 6 months

I contacted support and they suggested we use the report-bulk-consolidated-transactions action:

   https://helpx.adobe.com/adobe-connect/webservices/report-bulk-consolidated-transactions.html

It returns all transactions (a transaction is created for each login period).

I can use the optional filter-definition (filter-gte-date-created) parameter to limit to the dates I want.

Thank you for your help.

Offline

#4 2018-08-20 07:46:14

Jorma_at_CoSo

Re: API call to get list of users who have logged on in the last 6 months

Thanks for the update and clarification!

Offline

Board footer