System Management/User Configuration
GETUser ConfigurationSince 3.4.0SynchronousAuth Required
Query Two-Factor Authentication
Query Two-Factor Authentication
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/twofactorauthentication/secrets
/zstack/v1/twofactorauthentication/secrets
Request Example
curl -X GET 'http://{host}/zstack/v1/twofactorauthentication/secrets' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "uuid": "16620c01d20b390891ae1a1bc072ac0b", "secret": "ABCDEFGH12345678", "userUuid": "264d446f00e43793a2b0dcd21c367aaf", "userType": "AccountVO", "status": "NewCreated" } ] }Change History
This API has no change history records yet.
