Sonatype Nexus · Capability
Sonatype Nexus Repository Manager — Security management: users
Sonatype Nexus Repository Manager — Security management: users. 9 operations. Lead operation: Retrieve a list of users. For SAML user sources a limit of 1000 users will be applied.. Self-contained Naftiko capability covering one Sonatype Nexus business surface.
What You Can Do
GET
Getusers
— Retrieve a list of users. For SAML user sources a limit of 1000 users will be applied.
/v1/v1/security/users
POST
Createuser
— Create a new user in the default source.
/v1/v1/security/users
DELETE
Deleteuser
— Delete a user.
/v1/v1/security/users/{userid}
PUT
Updateuser
— Update an existing user.
/v1/v1/security/users/{userid}
PUT
Changepassword
— Change a user's password.
/v1/v1/security/users/{userid}/change-password
DELETE
Delete4
— Delete the user token for the given user.
/v1/v1/security/users/{userid}/{realm}/user-token
GET
Get3
— Get user token metadata for the given user.
/v1/v1/security/users/{userid}/{realm}/user-token
POST
Create3
— Create a user token for the given user.
/v1/v1/security/users/{userid}/{realm}/user-token
DELETE
Reset
— Reset the user token for the given user.
/v1/v1/security/users/{userid}/{realm}/user-token-reset
MCP Tools
retrieve-list-users-saml-user
Retrieve a list of users. For SAML user sources a limit of 1000 users will be applied.
read-only
idempotent
create-new-user-default-source
Create a new user in the default source.
delete-user
Delete a user.
idempotent
update-existing-user
Update an existing user.
idempotent
change-user-s-password
Change a user's password.
idempotent
delete-user-token-given-user
Delete the user token for the given user.
idempotent
get-user-token-metadata-given
Get user token metadata for the given user.
read-only
idempotent
create-user-token-given-user
Create a user token for the given user.
reset-user-token-given-user
Reset the user token for the given user.
idempotent