Skip to content

Commit 6e2eea8

Browse files
Merge pull request #43 from runZeroInc/update-get-account-users-schema-for-has-mfa
update schema for mfa enabled and match other fields
2 parents 90c6668 + e22c0d2 commit 6e2eea8

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

runzero-api.yml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7823,6 +7823,9 @@ components:
78237823
type: integer
78247824
format: int64
78257825
example: 1576300370
7826+
name:
7827+
type: string
7828+
example: James Smith
78267829
first_name:
78277830
type: string
78287831
example: James
@@ -7841,14 +7844,22 @@ components:
78417844
org_roles:
78427845
type: object
78437846
additionalProperties: true
7844-
reset_token_expiration:
7847+
password_enabled_at:
78457848
type: integer
78467849
format: int64
78477850
example: 1576300370
78487851
invite_token_expiration:
78497852
type: integer
78507853
format: int64
78517854
example: 1576300370
7855+
reset_token_expiration:
7856+
type: integer
7857+
format: int64
7858+
example: 1576300370
7859+
terms_agreed_as_of:
7860+
type: integer
7861+
format: int64
7862+
example: 1576300370
78527863
last_login_ip:
78537864
type: string
78547865
example: 192.168.0.1
@@ -7859,13 +7870,28 @@ components:
78597870
last_login_ua:
78607871
type: string
78617872
example: curl/1.0
7873+
last_activity_at:
7874+
type: integer
7875+
format: int64
7876+
example: 1576300370
78627877
sso_only:
78637878
type: boolean
78647879
example: false
78657880
login_failures:
78667881
type: integer
78677882
format: int64
78687883
example: 0
7884+
actions:
7885+
type: integer
7886+
format: int64
7887+
example: 0
7888+
last_action_at:
7889+
type: integer
7890+
format: int64
7891+
example: 1576300370
7892+
mfa_enabled:
7893+
type: boolean
7894+
example: false
78697895

78707896
Group:
78717897
type: object

0 commit comments

Comments
 (0)