Adobe Creative Cloud License Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2022 09:15 AM
We are trying to automate the assignment of Adobe Creative Cloud licenses using ServiceNow but are having issues connecting to their APIs. I have seen the documentation for Adobe sign but those are a completely different set of APIs. Any help would be great. Thank you in advance.
Daniel
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2022 09:28 AM
You use what they call their UMAPI (User Management API). I think the way to do it is create groups in the admin console, then apply products to the groups. After that you use their users API to add the user to the group.
These should be the docs you need: https://adobe-apiplatform.github.io/umapi-documentation/en/RefOverview.html
Specifically the "add" method: https://adobe-apiplatform.github.io/umapi-documentation/en/api/ActionsCmds.html#add
Edit: regardless of whether you have Software Asset Management or not, the ServiceNow docs could be helpful to give you an idea of the auth process: https://docs.servicenow.com/bundle/rome-it-asset-management/page/product/software-asset-management2/...