APIUsersUpdate properties in the CRM
hidden

Parameters

Name

Type

Req.

Returns

204 No Content

successful operation, no content

patch
/user/crm
$ curl -X PATCH "https://api.zoo.dev/user/crm" \
	--header "Authorization: Bearer $TOKEN" \
	--header "Content-Type: application/json" \
	--data '{
  "cad_industry": "FBTZpcbTcK89MxsAU1J77N5as2fmk0",
  "cad_user_type": "Wah9vElJmQg2",
  "number_of_cad_users": "gZ1Hn2LQtmqdAyJ5IWfwuwe7Q"
}'