latestSwagger 2.02026-08-04232286653.5 KB
a3fd2dedc72b
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"
}
]
}