Sonatype · Capability
Sonatype Lifecycle Public REST API — Users
Sonatype Lifecycle Public REST API — Users. 5 operations. Lead operation: Users. Self-contained Naftiko capability covering one Sonatype business surface.
What You Can Do
GET
Getall2
— Use this method to retrieve user details for all users.
/v1/api/v2/users
POST
Add
— Use this method to create a new user.
/v1/api/v2/users
DELETE
Delete1
— Use this method to delete an existing user.
/v1/api/v2/users/{username}
GET
Get1
— Use this method to retrieve user details for the specified user.
/v1/api/v2/users/{username}
PUT
Update
— Use this method to update user details for an existing internal user, by specifying the username.
/v1/api/v2/users/{username}
MCP Tools
use-this-method-retrieve-user
Use this method to retrieve user details for all users.
read-only
idempotent
use-this-method-create-new
Use this method to create a new user.
use-this-method-delete-existing
Use this method to delete an existing user.
idempotent
use-this-method-retrieve-user-2
Use this method to retrieve user details for the specified user.
read-only
idempotent
use-this-method-update-user
Use this method to update user details for an existing internal user, by specifying the username.
idempotent