Update user authorizations

PUT {{baseUrl}}/users/:user_id/authorizations

Updates user authorizations for accessing a Tenable.io instance. Use the endpoint to grant and revoke authorizations.

Note: You cannot update authorizations for the current user.

For background information about managing user authorizations, see Tenable.io Vulnerability Management User Guide.

Requires ADMINISTRATOR [64] user permissions. See Permissions.

Request Body

{"api_permitted"=>true, "password_permitted"=>true, "saml_permitted"=>false}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring