Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DEV and version r0642

...

 

Endpointhttp://www.example.com:3005/v4/people/7/assetTransfer/4
AuthenticationRequired
MethodPATCH
Request Body

None.

Response Status Code201 - Created
Response Body
Code Block
[
    [
        1,
        [
            0,
            [
                {
                    "connectionId": 7,
                    "personId": 7,
                    "role": "owner",
                    "createdAt": "2019-02-21T19:52:22.993Z",
                    "updatedAt": "2019-02-21T19:52:22.993Z"
                }
            ]
        ]
    ]
]
Info

NOTE: Please verify that you have received a response similar to the above before you delete the user. You should also verify that the receiving user has the assets accessible in the application.

 

Delete user:

After assets have been transferred, users can be deleted by userId (4).

...