Skip to main content
Reorders a specific member’s memories. Pass every memory id for that member in the desired order — the request is rejected if the set of ids doesn’t match the member’s memories exactly. Returns the memories in their new order.
This endpoint requires admin privileges. To reorder your own memories, use the self-service endpoint.
string
required
Bearer token obtained from the authenticate endpoint. The authenticated user must be an admin.
string
required
The member whose memories to reorder.
string[]
required
All of that member’s memory ids, in the order you want them stored.

Response

array
required
The member’s memories in the new order. Each object matches the List User Memories (admin) shape.