It's been a busy few months for APIs. Here's a recap of some of the updates you may have missed.
Create a new Lobby user
- You can create a new Lobby user account, as well as create and link Aconex accounts to the new Lobby account.
- Integrations with Lobby APIs must be registered separately to integrations with Aconex APIs. If your integration accesses both Aconex APIs and Lobby APIs, you cannot use the same access token for both. You must register your integrations with Aconex and Lobby separately.
- Check out the API Developer Guide for Lobby.
It's easier to get an OAuth Client
Invite users to explicit project using APIs
- Great news if your project has been set to explicit invitation mode, and you want to invite users in bulk. Now you can use APIs to invite your users.
- See the Directory API.
Manage package distribution lists and transmittals with APIs
- Package Distribution List DELETE allows you to delete a user or group from a distribution list.
- Package Distribution List PUT lets you add a user or group to a distribution list.
- Transmit Package POST helps you transmit the current version of a package to the package distribution list.
- See the Packages API.