Removal: /api/v2/license/organization

Category: API

Summary: We will be deprecating a public API endpoint responsible for retrieving all of an organization's license assignments and replacing it with a more performant one.

Context: The current endpoint for performing this action is GET /api/v2/license/organization. In large organizations, this can take some time and cause timeouts. To solve this, we are replacing this with a new endpoint, GET /api/v2/license/users. This endpoint supports paging through the organization's license assignments and will reduce the risk of a timeout.

Impact: Users of the deprecated endpoint must migrate to the new supported one.

Date of Change: on or after June 4, 2019

Impacted APIs:

  • GET /api/v2/license/organization

This topic was automatically closed 62 days after the last reply. New replies are no longer allowed.