POST: Create and update user properties
Last updated
Last updated
POST
/api/v1/user-profile
An API that allows you to create and update customer user properties.
It is recommended that API calls for creating and updating user properties be made only when the user's properties change. should always be taken into account when linking.
service_id
String
Service ID
Content-Type
String
application/json
-
access_token
String
your-api-token-key
API Authentication Token
Object
User identifier
Object
User properties
request_datetime
Datetime
Request Time, ISODate 8601 Format,
2024-06-24T06:42:25.394Z
User identifier information. You must enter a value in at least one of the fields below.
external_id
String
External ID
phone_no
String
Phone number
email
String
kakao_user_id
String
Kakao ID
line_user_id
String
Line ID
This is a user property. The field name should be the name of a user property pre-registered in the console, and the value should be the value of that property.
${your-user-property-key}
String, Long, Double, Boolean, Datetime, Array
Pre-registered user attribute information
Please refer to for more details.