Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
Is there a way to import extensions through a rest call/service or any other option ? I would like to provide import/export rights to non-admin users.
Thank you,
Veronica
Solved! Go to Solution.
Yes, you can provide an administrator app key to the users who can then make a POST call to ExtensionPackageUploader. However, providing that app key is giving the non-admin users quite a bit of power to the system. That app key will not be limited to extension import, rather could be used for any administrative service.
Here is how you setup your POST call:
No,
Importing extensions is an administrative action and the user either needs to be Administrator or part of the Administrators group.
Hi Brian,
Thank you for your reply. I could use an Administrator app key to allow them to do this in the background if there was a way to import extensions remotely . I know there is a way to import entities from an Edge Agent for example, would it be possible to import extensions in the same way as well ?
Thank you,
Veronica
Yes, you can provide an administrator app key to the users who can then make a POST call to ExtensionPackageUploader. However, providing that app key is giving the non-admin users quite a bit of power to the system. That app key will not be limited to extension import, rather could be used for any administrative service.
Here is how you setup your POST call:
Thank you Brian, that is exactly what I was looking for .
You're welcome! Good luck.