POST apioauth/mfa/create

Create a mfa code for a user

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

CreateMFAResponse
NameDescriptionTypeAdditional information
result

If the code was created sucesfully

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "result": true
}

application/xml, text/xml

Sample:
<CreateMFAResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>true</Result>
</CreateMFAResponse>