Update ordered visible line of user


This request changes the order of an ordered visible line for the selected user.

Resource

PATCH /users/<USER_OID>/ordered_visible_lines/<MAILBOX_MEMBER_OID>

Where USER_OID is the object ID of the user.
Where MAILBOX_MEMBER_OID is the object ID of the mailbox member.

Parameters

None

Payload

Fields

name Patch Operations

orderNumber

replace

Response

None

Context

Authorization

Administrator

Errors

Example

Request
PATCH https://xelion.nl/api/v1/master/users/103487/ordered_visible_lines/2224638
Payload
{
    "operations": [
        {
            "op": "replace",
            "path": "/orderNumber",
            "value": 2
        }
    ]
}