PUT
/
{environmentId}
/
contacts
/
{userId}
/
attributes
curl --request PUT \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/contacts/{userId}/attributes \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "attributes": {}
}'
{}

Authorizations

x-api-key
string
header
required

Use your Formbricks x-api-key to authenticate.

Path Parameters

environmentId
string
required
userId
string
required

Body

application/json Β· object

The body is of type object.

Response

200
application/json
OK

The response is of type object.

Was this page helpful?