Get user authorizations
GET {{baseUrl}}/users/:user_id/authorizations
Returns user authorizations for accessing a Tenable.io instance. Access methods include user name and password, single sign-on (SSO) with SAML, and API. Note: All access methods are authorized by default.
For background information about managing user authorizations, see Tenable.io Vulnerability Management User Guide.
Requires ADMINISTRATOR [64] user permissions. See Permissions.
RESPONSES
status: OK
{"account_uuid":"40ac4662-6af3-4a0b-b422-93387ec0f298","user_uuid":"1e623352-a68b-42e0-8af8-f1b7c10a2b72","api_permitted":true,"password_permitted":false,"saml_permitted":true}