One of Constructware's strengths has always been data integration. Constructware has a Data Integration process and methodology that is used by many of its clients to hook up to accounting/financial/ERP/MUD applications.
Buzzsaw has forever had a WebDAV API which allows documents to be uploaded and downloaded outside the Buzzsaw client interface. Really really handy and useful for lots of things like synching with local files, uploading on a scheduled basis, or drive mapping through tools like Webdrive.
Late in 2006, we quietly (shhh!) rolled out a Member Management API which gives you webservice access to your member list, groups, passwords, and so forth on a Buzzsaw site. It's designed for gearheads developers, though -- so your average Site Administrator isn't going to get much out of it. But if you're building an application that needs to access the Buzzsaw Member list, I present to you....drum roll please...
The Buzzsaw Member Management Webservices API Documentation File (Zipped For Your Convenience)
Download UserGroupPermissionAPI-2006-08-14.zip
Read it and weep. Seriously, there are some sample apps and things, and some pretty good documentation, enough to get a pretty good Buzzsaw - Friendster mashup application written, if you were so inclined...
Here's some important stuff you need to know:
* Autodesk does not support the API. At all. We don't guarantee it will do what you want it to do, and there's no warranty on it at all. In other words, you have to use it at your own risk.
* The API doesn't support double-byte characters (typically used in Japanese/Chinese languages) - so if you are using double-byte user names or permissions, etc., this API won't work for you.