get Dynamic Account Data

open fun getDynamicAccountData(id: String, token: String): String


@GetMapping(path = "USERS_KEY + "/{" + IDENTIFIER_KEY + "}" + DYNAMIC_ACCOUNT_DATA_ENDPOINT", headers = [] )
open fun getDynamicAccountData(    @PathVariable(value = "id") id: String,     @RequestHeader(value = "token") token: String,     @RequestHeader(value = "device_id") deviceId: String): String

Method used to get the dynamic data of the user to correctly update in all the devices where the user is connected

Return

the result of the request as String

Parameters

id

The identifier of the user

token

The token of the user

deviceId

The identifier of the device