Add Multiple Custom Attributes
POST/profiles/custom-attributes-all
Creates multiple custom attributes for a single profile in one request.
Follow the notes below for a successful request:-
Use this endpoint to set several attributes in bulk and reduce the number of API calls.
-
Identify the user by providing either
customerUserIdorprofileId. At least one is required to return the correct result.A successful request returns the list of created custom attributes. Each returned
idrepresents a custom attribute ID that can be used later to update the corresponding attribute.
Request
Responses
- 200
Multiple attributes created successfully.