/
/Microsandbox API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 20h ago · Updated 20h ago
api-keys3
audit-log4
auth8
billing18
health2
invites5
members4
oauth2
oidc2
oidc-config3
organizations6
personal-access-tokens3
quotas3
registry-credentials3
sandboxes24
users10
  • getGET /v1/users/me — return the current authenticated user.
  • deleteDELETE /v1/users/me — soft-delete the current user (GDPR right-to-be-forgotten).
  • patchPATCH /v1/users/me — update display name or avatar.
  • postPOST /v1/users/me/change-password — change password (requires current password).
  • postPOST /v1/users/me/mfa/confirm — verify setup and return recovery codes.
  • postPOST /v1/users/me/mfa/recovery-codes — rotate recovery codes after second-factor proof.
  • postPOST /v1/users/me/mfa/setup — create or replace a pending MFA secret.
  • getGET /v1/users/me/mfa/status — fetch MFA enrollment state.
  • getGET /v1/users/me/sessions — list all active sessions for the current user.
  • deleteDELETE /v1/users/me/sessions/:id — revoke a specific session.
volumes21
waitlist1
    users

    DELETE /v1/users/me/sessions/:id — revoke a specific session.

    delete/v1/users/me/sessions/{id}

    Path parameters

    idstring uuid required

    Session ID

    Response

    Session revoked

    messagestring required

    Changes