user/assignNetwork

Associates network with the user.

Request Message

Authorization

Access JSON Web Token (ManageNetwork)

Message Representation

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

Message Parameters

Parameter NameRequiredTypeDescription
actionYesstringAction name: user/assignNetwork
requestIdNoobjectRequest unique identifier, will be passed back in the response message.
userIdYeslongUser identifier.
networkIdYeslongNetwork identifier.

Server Message

Message Representation

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

Message Parameters

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