- Common Error Responses
- Authentication
- Filtering Data
- Getting Started
- Authentication
- User Confirmation
- User Invitation
- Password Reset
- Impersonation
- MFA
- Sign in authenticationPOST
- Sign in with recovery codePOST
- Sign out authenticationDELETE
- Advanced Reports
- Audit
- Notifications
- Exceptions
- Hosts
- Organizations
- Whitelabel Settings
- Port Lists
- Reports
- Scanners
- Scans
- Schedules
- Targets
- User
- User 2FA
- User Preferences
- Get current userGET
- Update current userPUT
- Change current user passwordPUT
- Get current user active plans (Not implemented yet)GET
- Get organization membersGET
- Get current user productsGET
- Get current organizationGET
- Update current organizationPUT
- Get subscriptions historyGET
- Change users productPUT
- Checks if authorization token is validGET
- Get current user permissionsGET
- Check if the user can be deletedGET
- Delete my accountDELETE
- Generates a new access tokenPUT
- Revokes the current access tokenPUT
- (Admin) Transfers all the resources from the user to another userPUT
- Users
- Vulnerabilities
- Webhooks
Get current user permissions
GET
/v2/user/permissions
User
Last modified:2025-04-24 10:59:46
Request
Query Params
permissions
enum<string>Â
optional
Allowed values:
ADMIN_ACCESSSCANNER_ACCESSSCANNER_CREATESAQ_ACCESSPORT_LIST_ACCESSPORT_LIST_CREATETARGET_ACCESS_CREDENTIALSTARGET_CREATE_CREDENTIALSAI_CHAT_GENERAL_HELPAI_CHAT_VULNERABILITY_SOLUTIONAI_CHAT_ENABLED
Example:
SCANNER_ACCESS,SCANNER_CREATE
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/v2/user/permissions'
Responses
🟢200OK
This response does not have a body.
🟠401Unauthorized
Modified at 2025-04-24 10:59:46