cURL
curl --request PUT \ --url https://app.formbricks.com/api/v2/client/{environmentId}/contacts/{userId}/attributes \ --header 'Content-Type: application/json' \ --data '{ "attributes": {} }'
{}
Update a contact’s attributes in Formbricks to keep them in sync with your app or when you want to set a custom attribute in Formbricks.
OK
The response is of type object.
object
Was this page helpful?