Assign teams when inviting users to a Workspace via API
complete
R
Reluctant Kiwi
We would like to extend the User Management API, specifically the endpoint to Link account, to also be able to set which teams the user should be apart of.
Log In
Bernd Wolfram
Hello! Assigning teams when inviting users to a Workspace via API is now available. Please see the swagger dos here:
If you have any questions, please message in this thread!
This post was marked as
complete
Bernd Wolfram
Reluctant Kiwi Sorry, our system accidently updated the status of this request. We are currently working on adding the option to assign teams when inviting users to a Workspace via API. You can expect an update within the next three weeks.
Bernd Wolfram
in progress
R
Reluctant Kiwi
Could you elaborate how we would be able to set the team for the user we are trying to invite to MagicPlan? I went through the docs and I can't see how this is done.
R
Reluctant Kiwi
Hi! Great work and much appreciated!
However, there is one thing with this we are missing. We would like to do this together with invitation. Otherwise we would have to wait until they have accepted the invite and this can not programmatically be done as we have no way of being notified when they have accepted it. It stills becomes a manual step for us. Is this something we should write another feature request for?
Bernd Wolfram
complete
We have introduced APIs for Workspace & Teams management.
You can now:
- Create teams through the API
- List teams
- Update team details
- Add members to the team (removing members will be available soon)
- Delete teams
- Update workspace attributes
- Fetch all workspace attributes
The updated documentation for the APIs can be found here: https://app.swaggerhub.com/apis-docs/magicplan/magicplanCloudApi/1.2
Bernd Wolfram
planned