v1
latestSwagger 2.02026-08-04232286653.5 KBMFA
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"
}
]
}