Tenable Platform
Number of APIs: 28
-
groups - Create group POST {{baseUrl}}/groups
-
groups - List groups GET {{baseUrl}}/groups
-
users-{user id} - Update user PUT {{baseUrl}}/users/:user_id
-
users-{user id}-authorizations - Get user authorizations GET {{baseUrl}}/users/:user_id/authorizations
-
users-{user id}-two-factor - Configure two-factor authentication PUT {{baseUrl}}/users/:user_id/two-factor
-
users-{user id}-two-factor - Send verification code POST {{baseUrl}}/users/:user_id/two-factor/send-verification
-
users-{user id}-two-factor - Validate verification code POST {{baseUrl}}/users/:user_id/two-factor/verify-code
-
users-{user id} - Get user details GET {{baseUrl}}/users/:user_id
-
users-{user id} - Delete user DELETE {{baseUrl}}/users/:user_id
-
users - Create user POST {{baseUrl}}/users