Update user details

When users install your app, they will be assigned to your account in the DataHub, and given the necessary credentials to access the API: a Device Token, a JTW Access Token, and a Refresh Token.

Required level of authorization:

  • User level - to get an individual device status

Note that the API does not qualify the user fields at all, and in fact, all fields can be empty. The only user specific data is then the device token. If you have certain requirements for some fields (first name must be at least two letters, email domain must be mycompany.com, etc.) do an input validation in your app before sending these fields to the API.
If your app is "private", for example a company fleet app, you can work with an invitation code. In that case, you need to first execute the API call for the invitation code, and only if the call passes, you should call this method to actually add the user.

Update user status

please refer to the documentation that explains the types of user statuses and the way how to manage it: User Management API and User Status update

Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!