user/unassignNetwork

Removes association between network and user.

Authorization

Access JSON Web Token (ManageUser)

Request Topic and Payload

Topic

dh/request

Payload Representation

{
    "action": {string},
    "requestId": {object},
    "userId": {long},
    "networkId": {long}
}

Payload Parameters

Parameter NameRequiredTypeDescription
actionYesstringAction name: user/unassignNetwork
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
userIdYesintegerUser identifier
networkIdYesintegerNetwork identifier

Response Topic and Payload

Topic

dh/response/user/unassignNetwork@{clientId}

Payload Representation

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

Payload Parameters

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