Registry User
Create a user with the provided short name as the owning organization (accessible to Secretariat or target organization Admin)
<h2>Access Control</h2> <p>User must belong to an organization with the <b>Secretariat</b> role or be an <b>Admin</b> of the target organization</p> <h2>Expected Behavior</h2> <p><b>Admin User:</b> Creates a user for the Admin's organization</p> <p><b>Secretariat:</b> Creates a user for any organization</p>post/registry/org/{shortname}/user
Path parameters
shortnamestring required
The shortname of the organization
Headers
CVE-API-ORGstring required
The shortname for the organization associated with the user requesting authentication
CVE-API-USERstring required
The username for the account making the request
CVE-API-KEYstring required
The user's API key
Request body
CreateRegistryUserRequestJson required— unresolved $ref
Response
Returns the new user information (with the secret)
CreateRegistryUserResponseJson required— unresolved $ref