User authentication information
Provides authentication information about a user, including elevated permission status and TOTP device availability.
GET /users/auth
curl \
-X GET https://{{hostname}}/api/v1/users/auth
Response examples (200)
{
"has_totp_device": true,
"totp_device_source": "string",
"has_elevated_permissions": true,
"elevated_permissions_expire_at": "2024-05-04T09:42:00+00:00",
"totp_device_source_enable_mfa_href": "string",
"refresh_token_url": "string",
"expires_at": "2024-05-04T09:42:00+00:00"
}