cURL
curl --request PATCH \ --url https://api.example.com/usertypes/{userType} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "reference": "<string>" } '
Updates an existing user type. Can change name and reference.
User type ID
Fields to update: name, reference.
User type name
Optional external reference for the user type
User type updated.