user/allowAllDeviceTypes

Allows all device types for user.

Request Message

Authorization

Access JSON Web Token (ManageUser)

Message Representation

{
    "action": {string},
    "requestId": {object},
    "userId": {long}
}
Parameter NameRequiredTypeDescription
actionYesstringAction name: user/allowAllDeviceTypes
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
userIdYesintegerUser identifier

Server Message

Message Representation

{
    "action": {string},
    "status": {string},
    "requestId": {object}
}

Message Parameters

Property NameTypeDescription
actionstringAction name: user/allowAllDeviceTypes
statusstringOperation execution status (success or error).
requestIdobjectRequest unique identifier as specified in the request message.