user/unassignNetwork

Removes association between network and user.

Request Message

Authorization

Access JSON Web Token (ManageUser)

Message Representation

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

Do not supply a request body with this method.

Server Message

Message Representation

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

Message Parameters

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