user/disallowAllDeviceTypes
Disallows all device types for user.
Request Message
Authorization
Access JSON Web Token (ManageUser)
Message Representation
{
"action": {string},
"requestId": {object},
"userId": {long}
}
Parameter Name | Required | Type | Description |
---|---|---|---|
action | Yes | string | Action name: user/disallowAllDeviceTypes |
requestId | No | object | Request unique identifier, will be passed back in the response message. |
userId | Yes | integer | User identifier |
Server Message
Message Representation
{
"action": {string},
"status": {string},
"requestId": {object}
}
Message Parameters
Property Name | Type | Description |
---|---|---|
action | string | Action name: user/disallowAllDeviceTypes |
status | string | Operation execution status (success or error). |
requestId | object | Request unique identifier as specified in the request message. |
Updated less than a minute ago