# User Profile

## Get All User Keys

 - [GET /api/v2.0/profile/userKeys](https://api-docs.mend.io/sca/2.0/user-profile/getuserkeys.md): Returns a list of existing user-keys for the current user. These keys are included in all API requests to identify the user

## Generate User Key

 - [POST /api/v2.0/profile/userKeys](https://api-docs.mend.io/sca/2.0/user-profile/generateuserkey.md): Generates a user-key for the current user. User-keys are included in all api requests to identify the user

## Delete User Key

 - [DELETE /api/v2.0/profile/userKeys/{userKey}](https://api-docs.mend.io/sca/2.0/user-profile/deleteuserkey.md): Deletes a user-key

