assignNetwork
Associates network with the user.
Request
HTTP Request
PUT /user/{id}/network/{networkId}
Parameters
Parameter Name | Required | Type | Description |
---|---|---|---|
id | Yes | integer | User identifier. |
networkId | Yes | integer | Network identifier. |
Authorization
Access JSON Web Token (ManageUser)
Request Body
In the request body, supply the empty object.
Response
If successful, this method returns an empty response body.
Updated less than a minute ago