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
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.
Was this page helpful?