Organizations

Organizations API overview

The Organizations API allows integrators to manage organization records within SCM.

The API supports the following actions:

  • Retrieving organization details
  • Updating organization attributes
  • Deleting organizations
  • Filtering organizations by certificate type, role, product, and other criteria

Organizations API endpoints

The following tables group the Organizations endpoints by functionality.
Click any action in the first column to open its API reference page.

1. Organization details & updates

ActionMethodPathDescription
Get organization detailsGET/api/organization/v1/{id}Retrieve details for a specific organization.
Update organizationPUT/api/organization/v1/{id}Update organization information.
Delete organizationDELETE/api/organization/v1/{id}Delete an organization from SCM.

2. Organization listing & creation

ActionMethodPathDescription
List organizationsGET/api/organization/v1Query the organizations available to the logged-in user.
Create organizationPOST/api/organization/v1Create a new organization.

3. Filter organizations

ActionMethodPathDescription
List organizations by certificate typeGET/api/organization/v1/report-type/{report-type}List organizations associated with a given certificate type.
List organizations by roleGET/api/organization/v1/managed-by/{role}List organizations filtered by an assigned role.