Response ‒ Users/ChangePassword
All the same properties in the request are returned in the response. In addition, the response that is returned also contains the following properties –
Property
Type
Description
token
String
The authorization Token that enables access to the IoT Platform REST API for the next 10 hours. The Token (or the Client ID/Client Secret) must be used as authentication in each request header and specifies the Application(s) to which this User is allowed access.
uniqueIdentifier
String
A unique Application identifier (appId) that is automatically generated by IoT Platform . This is the identifier of the Application to which this User is assigned.
This identifier is also automatically generated by IoT Platform when the Application/Post request is used.
Example JSON Users/ChangePassword Response
Status 200 – OK
{
“token”: “afsdfasdfasdf”,
“uniqueIdentifier”: “someapplication”
}