Skip to content

Commit a5d1889

Browse files
leslitagorditanmelehan
authored andcommitted
Add tfa_enabled property to User/Users collection. (#142)
1 parent cc8a35f commit a5d1889

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16892,6 +16892,13 @@ components:
1689216892
example:
1689316893
- home-pc
1689416894
- laptop
16895+
tfa_enabled:
16896+
type: boolean
16897+
readOnly: true
16898+
description: >
16899+
A boolean value indicating if the User has Two Factor Authentication (TFA)
16900+
enabled. See the Create Two Factor Secret ([/profile/tfa-enable](/api/v4/profile-tfa-enable/#post))
16901+
endpoint to enable TFA.
1689516902
UserDefinedField:
1689616903
type: object
1689716904
required:

0 commit comments

Comments
 (0)