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": "4Yl52lgXEVyhwZTpBWjPBRbHM",
  "cad_user_type": "6",
  "number_of_cad_users": "9LSjsyiK7PM3dlibz"
}'