Example searches: “application/json”, “x-cloud-resource-version”, “Create deployment template”, “404”, “DeploymentTemplates”
Provides authentication information about a user, including elevated permission status and TOTP device availability.
User authentication information response
Deprecated: True if the user has an available TOTP device
Deprecated: The TOTP device source
Deprecated: True if the user has elevated permissions
Deprecated: The UTC time when elevated permissions will expire, if the user has elevated permissions
Deprecated: URL for configuring an MFA TOTP device. Does not apply when totp_device_source is 'native'.
The API to be used when refreshing the current user's JWT
The UTC time when current authentication will expire. Applies to only token based authentication
curl \ --request GET 'https://{{hostname}}/api/v1/users/auth' \ --user "username:password"