MFA

List

get

Retrieve information about one or multiple MFA.

Query parameters
SiteIdinteger · int32Optional

Site ID from which to retrieve the Multi Factor Authentication information (optional).

NamestringOptional

The name of the multi factor authentication for which to retrieve the information. This must be the actual MFA name used in the RAS farm.

Responses
200

Success

application/json; api-version=1.0
get
/api/MFA

Get

get

Retrieve information about one MFA by ID.

Path parameters
idinteger · int32Required

The ID of a MFA for which to retrieve the information.

Responses
200

Success

application/json; api-version=1.0
get
/api/MFA/{id}

Delete

delete

Remove a MFA from a site.

Path parameters
idinteger · int32Required

The ID of a MFA to remove from the site.

Responses
delete
/api/MFA/{id}

No content

Was this helpful?