Skip to main content

Update basic profile

Endpoint
EndpointMethod
Authentication
/update-basic-profilePOSTYes
Authorization
Type
Token source
Server
Bearerlogin USAPIUSAPI
Header
Parameter
Value
AuthorizationBearer <auth>
Body request

Content-Type: multipart/form-data

Properties
Properties ofData typeRequiredDescription
date_of_birth
stringyes
gender
stringyes

Accepted values:

  1. Laki-Laki
  2. Perempuan
phone_number
stringyes
profile_img
fileno


Result example

200 OK

{
    "status": true,
    "message": "Success update profile"
}
Error example

500 Internal server error

{
    "message": "Error on update profile."
}