...
Endpoint | http://www.example.com:3005/v4/people/7/assetTransfer/4 |
---|
Authentication | Required |
---|
Method | PATCH |
---|
Request Body | |
---|
Response Status Code | 201 - 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
).
...