Skip to content

Commit c7e752f

Browse files
author
Jerome
committed
[DevX-1747] update Users Response object with additional fields
1 parent 8f07d83 commit c7e752f

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

openapi/mx_platform_api.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,14 +4005,46 @@ components:
40054005
type: object
40064006
UserResponse:
40074007
properties:
4008+
accepted_terms_and_conditions_at:
4009+
example: 2026-12-08 00:00:00.000000
4010+
nullable: true
4011+
type: string
4012+
birthday:
4013+
example: 1990-05-15
4014+
nullable: true
4015+
type: string
4016+
credit_score:
4017+
example: 750
4018+
nullable: true
4019+
type: integer
40084020
email:
40094021
example: email@provider.com
40104022
nullable: true
40114023
type: string
4024+
email_is_verified:
4025+
example: true
4026+
nullable: true
4027+
type: boolean
4028+
failed_token_login_attempts_count:
4029+
example: 0
4030+
nullable: true
4031+
type: integer
4032+
first_name:
4033+
example: Steven
4034+
nullable: true
4035+
type: string
4036+
gender:
4037+
example: M
4038+
nullable: true
4039+
type: string
40124040
guid:
40134041
example: USR-d74cb14f-fd0a-449f-991b-e0362a63d9c6
40144042
nullable: true
40154043
type: string
4044+
has_accepted_terms_and_conditions:
4045+
example: true
4046+
nullable: true
4047+
type: boolean
40164048
id:
40174049
example: My-Unique-ID
40184050
nullable: true
@@ -4021,10 +4053,30 @@ components:
40214053
example: false
40224054
nullable: true
40234055
type: boolean
4056+
is_restricted:
4057+
example: false
4058+
nullable: true
4059+
type: boolean
4060+
last_name:
4061+
example: Universe
4062+
nullable: true
4063+
type: string
4064+
logged_in_at:
4065+
example: 2026-12-08 00:00:00.000000
4066+
nullable: true
4067+
type: string
40244068
metadata:
40254069
example: '{\"first_name\": \"Steven\", \"last_name\": \"Universe\"}'
40264070
nullable: true
40274071
type: string
4072+
phone:
4073+
example: 555-555-5555
4074+
nullable: true
4075+
type: string
4076+
postal_code:
4077+
example: 12345
4078+
nullable: true
4079+
type: string
40284080
type: object
40294081
UserResponseBody:
40304082
properties:

0 commit comments

Comments
 (0)