Skip to main content
PATCH
/
usertypes
/
{userType}
Update user type
curl --request PATCH \
  --url https://api.example.com/usertypes/{userType} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "reference": "<string>"
}
'

Path Parameters

userType
integer
required

User type ID

Body

application/json

Fields to update: name, reference.

name
string | null

User type name

reference
string | null

Optional external reference for the user type

Response

User type updated.