{ "opencollection": "1.0.0", "info": { "name": "Sonatype Nexus Repository Manager assets Security management: SAML users API", "version": "3.91.0-07" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Security management: SAML users", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a list of SAML users. The response is limited to 1,000 users.", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/saml/users", "params": [ { "name": "userId", "value": "", "type": "query", "description": "An optional term to search userids for." } ] }, "docs": "Retrieve a list of SAML users. The response is limited to 1,000 users." }, { "info": { "name": "Create a new SAML user. This allows administrators to pre-create SAML users with roles before their first login.", "type": "http" }, "http": { "method": "POST", "url": "/service/rest/v1/security/saml/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new SAML user. This allows administrators to pre-create SAML users with roles before their first login." }, { "info": { "name": "Retrieve a SAML user by userId.", "type": "http" }, "http": { "method": "GET", "url": "/service/rest/v1/security/saml/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The userid the request should apply to." } ] }, "docs": "Retrieve a SAML user by userId." }, { "info": { "name": "Update a SAML user's roles and attributes.", "type": "http" }, "http": { "method": "PUT", "url": "/service/rest/v1/security/saml/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The userid the request should apply to." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a SAML user's roles and attributes." }, { "info": { "name": "Delete a SAML user.", "type": "http" }, "http": { "method": "DELETE", "url": "/service/rest/v1/security/saml/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path", "description": "The userid the request should apply to." } ] }, "docs": "Delete a SAML user." } ] } ], "bundled": true }