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
| Action | Method | Path | Description |
|---|---|---|---|
| Get organization details | GET | /api/organization/v1/{id} | Retrieve details for a specific organization. |
| Update organization | PUT | /api/organization/v1/{id} | Update organization information. |
| Delete organization | DELETE | /api/organization/v1/{id} | Delete an organization from SCM. |
2. Organization listing & creation
| Action | Method | Path | Description |
|---|---|---|---|
| List organizations | GET | /api/organization/v1 | Query the organizations available to the logged-in user. |
| Create organization | POST | /api/organization/v1 | Create a new organization. |
3. Filter organizations
| Action | Method | Path | Description |
|---|---|---|---|
| List organizations by certificate type | GET | /api/organization/v1/report-type/{report-type} | List organizations associated with a given certificate type. |
| List organizations by role | GET | /api/organization/v1/managed-by/{role} | List organizations filtered by an assigned role. |
Updated about 23 hours ago