API calls for Adobe Creative Cloud
The Adobe Creative Cloud connector makes API calls to Adobe User Management API to retrieve data.
Authentication token
This call uses the POST operation to retrieve an authentication token used in other User Management API calls.
URI:https://ims-na1.adobelogin.com/ims/exchange/v1/jwt/
See Adobe User Management API docs for more information.
Users
This call uses the GET operation to retrieve all users in your organization.
URI:https://usermanagement.adobe.io/v2/usermanagement/users/{OrganizationId}/{PageNumber}?directOnly=false
See Adobe User Management API docs for more information.
Groups
Uses the GET operation to retrieve all user groups and product profiles in your organization.
URI:https://usermanagement.adobe.io/v2/usermanagement/groups/{OrganizationId}/{PageNumber}
See Adobe User Management API docs for more information.