User Profile
Mend API
Entities - Project
Policies - Project
CustomAttribute - Project
Alerts - Project
project-attribution-report-controller
Policies - Product
CustomAttribute - Product
Entities - Product
Settings - Whitelist
Settings - In-House
Policies - Organization
CustomAttribute - Organization
User Management - Groups
Entities - Organization
Library - Product
User Management - Users
Update Request
Library - Organization
Access Management - Organizations
Access Management
General Info - Vulnerabilities
Library - Source Files
User Management - Roles And Permissions
Library - Project
Alerts - Product
General Info - Permissions
Vulnerable Libraries
Summary - Organization
Asynchronous Process Control
domain-controller
General Info - Licenses
product-attribution-report-controller
Returns a list of existing user-keys for the current user. These keys are included in all API requests to identify the user
Security
bearer-key
GET
curl -i -X GET \
'https://api-saas.mend.io/api/v2.0/profile/userKeys?pageSize=50&page=0' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'OK
- totalItems: The total count of data points returned in an API response.
- isLastPage: Defines whether the current page represents the conclusion of the API response. When “true”, this signifies you are viewing the last page of the API response. When “false”, this indicates there are further pages remaining.
Example:
{ "totalItems": "422", "isLastPage": "true" }
Response
{ "additionalData": { "totalItems": "422", "isLastPage": "true" }, "supportToken": "1171c60d", "retVal": [ { … } ] }