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. User
  • 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
    • getUserIntro
  • 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. User

getProfilePicture

GET
/users/profile-picture/{userId}
User

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 '/users/profile-picture/'

Responses

🟢200OK
application/json
Body
string <byte>
optional
Example
"string"
🟠400Bad Request
🟠401Unauthorized
🔴500Internal Server Error
Modified at 2023-01-25 06:06:07
Previous
testGetUserFromFirebasePassword
Next
storeUserFcmToken
Built with