Sonatype · Capability
Sonatype Lifecycle Public REST API — Organizations
Sonatype Lifecycle Public REST API — Organizations. 6 operations. Lead operation: Organizations. Self-contained Naftiko capability covering one Sonatype business surface.
What You Can Do
GET
Getorganizations
— Use this method to retrieve organizations with names matching those specified or all if not specified.
/v1/api/v2/organizations
POST
Addorganization
— Use this method to add a new organization.
/v1/api/v2/organizations
GET
Getorganizationsbyids
— Use this method to retrieve organizations by their internal IDs.
/v1/api/v2/organizations/byid
DELETE
Deleteorganization
— Use this method to delete an existing organization, by providing the organization id.
/v1/api/v2/organizations/{organizationid}
GET
Getorganization
— Use this method to retrieve the details of an organization by providing the organization id.
/v1/api/v2/organizations/{organizationid}
PUT
Moveorganization
— Use this method to change the parent organization.
/v1/api/v2/organizations/{organizationid}/move/destination/{destinationid}
MCP Tools
use-this-method-retrieve-organizations
Use this method to retrieve organizations with names matching those specified or all if not specified.
read-only
idempotent
use-this-method-add-new
Use this method to add a new organization.
use-this-method-retrieve-organizations-2
Use this method to retrieve organizations by their internal IDs.
read-only
idempotent
use-this-method-delete-existing
Use this method to delete an existing organization, by providing the organization id.
idempotent
use-this-method-retrieve-details
Use this method to retrieve the details of an organization by providing the organization id.
read-only
idempotent
use-this-method-change-parent
Use this method to change the parent organization.
idempotent