Sonatype Nexus · Capability
Sonatype Nexus Security Administration
Workflow capability for managing Nexus Repository security including users, roles, privileges, LDAP, SAML, content selectors, and authentication realms. Used by platform administrators and security teams.
What You Can Do
GET
List users
— List all users
/v1/users
POST
Create user
— Create a new user
/v1/users
DELETE
Delete user
— Delete a user
/v1/users
GET
List roles
— List all roles
/v1/roles
POST
Create role
— Create a new role
/v1/roles
GET
Get status
— Check system health status
/v1/system-status
GET
List tasks
— List all tasks
/v1/tasks
GET
Get task
— Get a task by ID
/v1/tasks
POST
Run task
— Run a task by ID
/v1/tasks
MCP Tools
list-users
List all Nexus users
read-only
idempotent
create-user
Create a new Nexus user account
delete-user
Delete a Nexus user by ID
idempotent
list-roles
List all Nexus roles
read-only
idempotent
create-role
Create a new Nexus role with privileges
check-system-status
Check Nexus system health and status
read-only
idempotent
list-tasks
List all background tasks in Nexus
read-only
idempotent
run-task
Execute a Nexus background task by ID
APIs Used
nexus