Auth Service
HomeAuth Service
Api Reference
  • Authentication
  • File Controller
  • User FCM Token
  • User Basic Info
Changelog Release
HomeAuth Service
Api Reference
  • Authentication
  • File Controller
  • User FCM Token
  • User Basic Info
Changelog Release
  1. internal-controller
  • Introduction
  • Changelog Release
  • Local Development
  • Authentication
    • adminRegister
      POST
    • checkEmail
      POST
    • sendEmailVerification
      GET
    • verifyEmail
      POST
    • login
      POST
    • login
      POST
    • logout
      POST
    • sendRecoverPassword
      GET
    • recoverPassword
      POST
    • refreshToken
      POST
    • register
      POST
  • file-controller
    • streamPrivateData
      GET
  • internal-controller
    • getUserFcmTokenByUserId
      GET
    • getUserIntro
      GET
  • User
    • facebookCallbackUserInfo
      GET
    • updateUserAccount
      POST
    • deleteAllSessionOfUser
      DELETE
    • getUserBasicInfo
      GET
    • getUserIntro
      GET
    • updateUserIntro
      POST
    • testGetUserFromFirebaseByEmail
      GET
    • testGetUserFromFirebaseNoPassword
      GET
    • testGetUserFromFirebasePassword
      GET
    • getProfilePicture
      GET
    • storeUserFcmToken
      POST
    • updateFeedbackAskdoctor
      GET
    • updateUserIntroV2
      POST
  1. internal-controller

getUserIntro

GET
/internal/user-info/{userId}
internal-controller

Request

Path Params
userId
string 
required
userId

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 '/internal/user-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"
}
Modified at 2023-01-25 06:06:06
Previous
getUserFcmTokenByUserId
Next
facebookCallbackUserInfo
Built with