/
RX
rxfoodapp
/
InnerAnalytics MNT Server
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m ago · Updated 21h ago
Details
Filter operations
admin
27
advisor-chat
7
auditor feedback
3
bookmarks
10
careteam
5
cgm
18
chef-admin
3
clinic
10
clinic link
1
clinic_invitation
1
clinician
1
clinician link
6
clinician tip
4
clinician_guidance
5
cliniko-booking
9
daily consumption
1
data review
71
data_management
23
database
2
diet restrictions
6
emotion
6
emotional_health
5
eval
1
exercise
7
food
83
goal
10
guided health
3
health_data
1
health_targets
11
hospital
31
image-detection
1
insights
2
internal
8
meal
27
meal_push_questions
6
meal-plan
20
meal-suggestions
1
media
2
medication
5
metrics
11
mindfulness
5
mobile-proto
1
motivations
6
movano
3
nft-summary
1
nlp
6
notification-engine
1
nutrition
2
nutrition-plan
7
oauth
6
openai
3
partner
3
partner-admin
12
partner-oauth
13
patient
29
patient_report
24
patientAppData
5
patients onboarding
5
privacy
1
recipes
30
reporting
63
shopping
15
sleep
5
steps
1
streak
1
stress
5
subscription
16
substitution suggestion
1
supplement
4
support
1
support meal trace
1
support-help
2
system
1
tasks
1
telemetry
2
test
1
testing
6
translations
1
user
7
get
Get currently logged in user. This is for restricted use case, do NOT use this for current patient or clinician information.
post
Request password reset email link. The unique link for password reset will be sent to user's email. The link will expire in 7 days or after used for resetting password.
post
Request password reset for specific user using the unique token
put
Put user information.
patch
patch user information
post
Update user device's FCM registration token
post
Test push notification for the user
user-surveys
4
water
3
webhook
12
weekly_reports
4
weight
5
user
patch user information
patch
/users/{user_id}
Path parameters
user_id
integer
required
Request body
UserUpdateRequest
required
country_of_residence
string
email
string
first_name
string
last_name
string
locale
string
phone_number
string
state
string
timezone
string
zipcode
string
Response
successful operation
UserResponse
required
active
boolean
nullable
country_of_residence
string
nullable
created_time
string
date-time
email
string
email_verified
boolean
first_name
string
id
integer
is_internal
boolean
nullable
last_name
string
locale
string
nullable
password
string
phone_number
string
nullable
registered
boolean
nullable
state
string
nullable
updated_time
string
date-time
use_fast_entry_audio
boolean
nullable
use_fast_entry_photo
boolean
nullable
use_fast_entry_text
boolean
nullable
use_local_photo
boolean
nullable
use_search_by_photo
boolean
nullable
use_search_by_text
boolean
nullable
zipcode
string
nullable
Changes