User authentication information

GET /users/auth

Provides authentication information about a user, including elevated permission status and TOTP device availability.

Responses

  • 200 application/json

    User authentication information response

    Hide response attributes Show response attributes object
GET /users/auth
curl \
 --request GET 'https://{{hostname}}/api/v1/users/auth' \
 --user "username:password"