- Introduction
- Changelog Release
- Local Development
- Authentication
- file-controller
- internal-controller
- User
- facebookCallbackUserInfoGET
- updateUserAccountPOST
- deleteAllSessionOfUserDELETE
- getUserBasicInfoGET
- getUserIntroGET
- updateUserIntroPOST
- testGetUserFromFirebaseByEmailGET
- testGetUserFromFirebaseNoPasswordGET
- testGetUserFromFirebasePasswordGET
- getProfilePictureGET
- storeUserFcmTokenPOST
- updateFeedbackAskdoctorGET
- updateUserIntroV2POST
getUserBasicInfo
GET
/users/info/{userId}
User
Request
Path Params
userId
string
required
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/users/info/'
Responses
🟢200OK
application/json
Body
dateOfBirth
string <date-time>
optional
email
string
optional
id
string
optional
name
string
optional
phoneNumber
string
optional
photoProfile
string
optional
Example
{
"dateOfBirth": "2019-08-24T14:15:22Z",
"email": "string",
"id": "string",
"name": "string",
"phoneNumber": "string",
"photoProfile": "string"
}
🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server Error
Modified at 2023-01-25 06:06:06