Skip to main content

API calls for Adobe Creative Cloud

Adobe Creative Cloud connector API calls to Adobe User Management API for retrieval of data.

References

  • Authentication token

    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

    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.