Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.86 KB

File metadata and controls

58 lines (46 loc) · 1.86 KB
title slug excerpt hidden metadata createdAt updatedAt
user/unassignNetwork
userunassignnetwork
false
image robots
index
Mon Jul 31 2017 07:31:43 GMT+0000 (Coordinated Universal Time)
Tue Feb 18 2025 13:02:59 GMT+0000 (Coordinated Universal Time)

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 Name Required Type Description
action Yes string Action name: user/unassignNetwork
requestId No object Request unique identifier, will be passed back in the response message.
userId Yes integer User identifier
networkId Yes integer Network identifier

Do not supply a request body with this method.

Server Message

Message Representation

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

Message Parameters

Property Name Type Description
action string Action name: user/unassignNetwork
status string Operation execution status (success or error).
requestId object Request unique identifier as specified in the request message.