POST
/
client
/
{environmentId}
/
user
curl --request POST \
  --url https://app.formbricks.com/api/v2/client/{environmentId}/user \
  --header 'Content-Type: application/json' \
  --data '{
  "userId": "user123",
  "attributes": {}
}'
{
  "userId": "user123",
  "state": "identified"
}

Body

application/json · object

Response

200 - application/json

OK

The response is of type object.