Adobe Connect User Community
Menu

#1 2009-11-17 15:46:39

**_tpettijohn_**

Connect Content Library Management

I have 11,000 plus users and am looking for a way to better manage the user content.  The built-in user interface is to slow and cumbersome for managing the number of users I have.

I would like to be able to query the Connect database, find content that is more than 90 days old, sent the users an email asking them to remove it, and if they don't do so, automatically delete that content from their Connect meeting room and from the Content folder on the Connect servers. 

Has anyone done anything like this?  Or have any suggestions on how to manage and maintain user content in Connect?

Thank you,
Tom Pettijohn

Offline

#2 2009-11-18 03:32:46

**_sudqi_**

Re: Connect Content Library Management

did you host in your server or you use account from Adobe server?

Offline

#3 2009-11-18 09:37:18

**_gajett_**

Re: Connect Content Library Management

this is just the sort of thing that connect's xml api is for.  you can query the system, parse for whatever you are looking for, build responses and take actions.

for example, here's how to list everything on the account: http://your.url/api/xml?action=report-bulk-objects

this will return xml listing all SCOs on the acct.

explore the web services doc (found here: http://www.adobe.com/support/connect/do … tion.html) for much more information.

This is something you could build to meet your specific needs.


Greg

Offline

Board footer