POST/users/{userId}/mail/{mailId}/move
Move a specific message to a designated folder.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
| Parameter | Type | Description |
|---|---|---|
| userId | string | Member ID (must be URL-encoded)
required example : me |
| mailId | string | Message ID required example : 1 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| folderId | integer | Destination Folder ID required minimum : 0 format : int32 |
example
1{2 "folderId": 10063}No Content
Bad Request
Not Found