Tenable Platform

Number of APIs: 28

  1. groups - Create group POST {{baseUrl}}/groups

  2. groups - List groups GET {{baseUrl}}/groups

  3. users-{user id} - Update user PUT {{baseUrl}}/users/:user_id

  4. users-{user id}-authorizations - Get user authorizations GET {{baseUrl}}/users/:user_id/authorizations

  5. users-{user id}-two-factor - Configure two-factor authentication PUT {{baseUrl}}/users/:user_id/two-factor

  6. users-{user id}-two-factor - Send verification code POST {{baseUrl}}/users/:user_id/two-factor/send-verification

  7. users-{user id}-two-factor - Validate verification code POST {{baseUrl}}/users/:user_id/two-factor/verify-code

  8. users-{user id} - Get user details GET {{baseUrl}}/users/:user_id

  9. users-{user id} - Delete user DELETE {{baseUrl}}/users/:user_id

  10. users - Create user POST {{baseUrl}}/users