Organization

Creates an organization as specified in the request body (accessible to Secretariat)

<h2>Access Control</h2> <p>User must belong to an organization with the <b>Secretariat</b> role</p> <h2>Expected Behavior</h2> <p><b>Secretariat:</b> Creates an organization</p>
post/org

Query parameters

registryboolean

When set to true, the endpoint will expect request data to conform to the applicable User Registry schema, and will provide response data conforming to the applicable User Registry schema. Defaults to false.

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

CreateOrgRequestJson required— unresolved $ref
OR
CreateRegistryOrgRequestJson required— unresolved $ref

Response

Returns information about the organization created

CreateOrgResponseJson required— unresolved $ref
OR
CreateRegistryOrgResponseJson required— unresolved $ref

Changes