Skip to main content

Auth

Authentication and user account management for the Hyperstack platform. These endpoints let you retrieve user details, manage MFA settings, and switch between organizations on your API token.

Endpoints


GET

Retrieve authenticated user details

Retrieves information about the currently authenticated user, including name, username, email, and account creation timestamp.

GET

Get user organizations

Retrieves the organizations associated with the authenticated user.

GET

Switch the active organization on the token

Changes the organization associated with the current token, for users with access to multiple organizations.

GET

Get MFA status for authenticated user

Retrieves the MFA status for the currently authenticated user, including whether MFA is enabled.

POST

Disable MFA on the calling user

Disables Multi-Factor Authentication for the currently authenticated user.

On this page