Registry User

Retrieves information about a user for the specified username and organization short name (accessible to same-organization users or Secretariat)

<h2>Access Control</h2> <p>Authenticated users can access this endpoint only for users in their own organization. Secretariat users can access any user.</p> <h2>Expected Behavior</h2> <p><b>Regular, CNA & Admin Users:</b> Retrieves information about a registry user in the same organization</p> <p><b>Secretariat:</b> Retrieves any registry user's information</p>
get/registry/org/{shortname}/user/{username}

Path parameters

shortnamestring required
usernamestring required

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

Response

Returns information about the specified registry user

GetRegistryUserResponseJson required— unresolved $ref

Changes

Changed in 4 of the 57 revisions of this API.7314

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

  • 63c3d9620e8a38See the full diff
    • added the new required header request parameter CVE-API-KEY

      new-required-request-parameter

    • added the new required header request parameter CVE-API-ORG

      new-required-request-parameter

    • added the new required header request parameter CVE-API-USER

      new-required-request-parameter

    • api operation id registryUserSingle was added

      api-operation-id-added

    • api tag Registry User added

      api-tag-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the media type application/json for the response with the status 401

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

  • f7f264af5155335See the full diff
    • removed the media type application/json for the response with the status 400

      response-media-type-removed

    • removed the media type application/json for the response with the status 401

      response-media-type-removed

    • removed the success response with the status 200

      response-success-status-removed

    • deleted the header request parameter CVE-API-KEY

      request-parameter-removed

    • deleted the header request parameter CVE-API-ORG

      request-parameter-removed

    • deleted the header request parameter CVE-API-USER

      request-parameter-removed

    • api operation id registryUserSingle removed and replaced with

      api-operation-id-removed

    • api tag Registry User removed

      api-tag-removed

    • removed the non-success response with the status 403

      response-non-success-status-removed

    • removed the non-success response with the status 404

      response-non-success-status-removed

    • removed the non-success response with the status 500

      response-non-success-status-removed