- Back to home
- Core
- Authentication
- User
- Point Reward
- Notification
- HealthcheckGET
- Renew OTPPOST
Update Basic Info V1
Developing
PUT
/core/v1/users/profile/me
Last modified:2025-03-31 09:57:41
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Body Params application/json
displayName
string
required
Example
{
"displayName": "วิญญ์ ชุมพล"
}
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 PUT '/core/v1/users/profile/me' \
--header 'Content-Type: application/json' \
--data-raw '{
"displayName": "วิญญ์ ชุมพล"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}