ChangeLoginDetails

Update Login Details for IMS

POST /api/ChangeLoginDetails/Update

Query Parameters

NameTypeDescription

old_userid*

String

The current userid which the customer uses to log in with on his device

old_password*

String

The current password which the customer uses to log in with on his device

new_userid*

String

The new userid which the customer will use to log in with on his device. No spaces are allowed and should be minimum of 6 characters and less than 100 characters. Only !#@=()_.$+- special characters are allowed

new_password*

String

The new password which the customer will use to log in on his device. No spaces are allowed and should be minimum of 4 characters and less than 25 characters and minimum. Only !#@=()_$+- special characters are allowed

cmsService*

String

The CMS identifier name of which the CRM is part of, you can find this name on the main screen of the TVMS

crmService*

String

The CRM identifier name where the customer needs to be added, you can find this name on the main screen of the TVMS

authToken*

String

The authToken can be obtained in CRM > Settings > Company Info you need it to make a valid request

Last updated