Consistency in API params
In the cmsuser API:
-
create
uses the paramcontactID
, butget
usescontact_id
-
create
returnsufmatch_id
, butget
returnsuf_id
contact_id
and uf_id
are consistent with other APIs. Any objection to changing create
to use these? Happy to do a PR if you agree.