Skip to main content

Connector API calls

The Adobe Creative Cloud connector does several API calls to Adobe User Management API to retrieve data. These calls are documented below.

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

    Refer to 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}

    Refer to 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}

    Refer to Adobe User Management API docs for more information.