patch https://clearpass-hostname/api/admin-user/user-id/
Update some fields of an admin user by user_id
Responses
Update some fields of an admin user by user_id
xxxxxxxxxx
curl --request PATCH \
--url https://clearpass-hostname/api/admin-user/user-id/user_id \
--header 'Authorization: Bearer <TOKEN>' \
--header 'accept: application/json' \
--header 'content-type: application/json'