Sonatype Nexus · Capability
Sonatype Nexus Repository Manager — Security management: SAML users
Sonatype Nexus Repository Manager — Security management: SAML users. 5 operations. Lead operation: Retrieve a list of SAML users. The response is limited to 1,000 users.. Self-contained Naftiko capability covering one Sonatype Nexus business surface.
What You Can Do
GET
Getusers1
— Retrieve a list of SAML users. The response is limited to 1,000 users.
/v1/v1/security/saml/users
POST
Createuser1
— Create a new SAML user. This allows administrators to pre-create SAML users with roles before their first login.
/v1/v1/security/saml/users
DELETE
Deleteuser1
— Delete a SAML user.
/v1/v1/security/saml/users/{userid}
GET
Getuser
— Retrieve a SAML user by userId.
/v1/v1/security/saml/users/{userid}
PUT
Updateuser1
— Update a SAML user's roles and attributes.
/v1/v1/security/saml/users/{userid}
MCP Tools
retrieve-list-saml-users-response
Retrieve a list of SAML users. The response is limited to 1,000 users.
read-only
idempotent
create-new-saml-user-this
Create a new SAML user. This allows administrators to pre-create SAML users with roles before their first login.
delete-saml-user
Delete a SAML user.
idempotent
retrieve-saml-user-userid
Retrieve a SAML user by userId.
read-only
idempotent
update-saml-user-s-roles-and
Update a SAML user's roles and attributes.
idempotent