简体   繁体   中英

User Provisioning and Deprovisioning with BaseCamp API

I'm trying to figure out with API I can use to create and delete users inside Basecamp.

I'm looking to both Basecamp v1, v2 and v3.

The only method I find is:

 POST /projects/1/accesses.json

https://github.com/basecamp/bcx-api/blob/master/sections/accesses.md

That appears to be on PROJECTS, so with a specific "scope".

How can I create and delete users via API?

Is there something SCIM-Like for provisioning?

As far as I can tell (only looked at Basecamp 3), there is absolutely no mechanism for this that's published. I want this feature too!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM