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/
For more information, see Adobe User Management API docs .
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
For more information, see Adobe User Management API docs .
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}
For more information, see Adobe User Management API docs .