Adobe Creative Cloud License Automation

dldavis2010
Kilo Contributor

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

1 REPLY 1

_ChrisHelming
Tera Guru

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/...