MFA

Get enabled MFA methods for the specified organization.

get/organizations/{organization_id}/mfa

Path parameters

organization_idstring required

organization_id is the ID of the organization

Response

MFA methods retrieved successfully

Example response

{
  "mfa_methods": [
    {
      "method": "totp"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.