Users
Retrieves all users for the organization with the specified short name (accessible to all registered users)
<h2>Access Control</h2> <p>All registered users can access this endpoint</p> <h2>Expected Behavior</h2> <p><b>Regular, CNA & Admin Users:</b> Retrieves information about users in the same organization</p> <p><b>Secretariat:</b> Retrieves all user information for any organization</p>get/org/{shortname}/users
Path parameters
shortnamestring required
The shortname of the organization
Query parameters
pageinteger
The current page in the paginator
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
Response
Returns all users for the organization, along with pagination fields if results span multiple pages of data