Transfers all the resources from the user to another user
PUT
/v2/user/transfer_toLast modified: 3 days ago
Transfers all the resources from the user to another user
Request
Query Params
to_user
string
required
The user ID that will get the resources
Request samples
Responses
OK(200)
Unauthorized(401)
Record Not Found(404)
Parameter Error(422)
HTTP Code: 200
Content Type : JSONapplication/json
Successful transfer of resources
Data Schema
object {0}
Example
{}
Last modified: 3 days ago