Merge the person corresponding to the given remember token into the currently authenticated person.
Name | Description |
---|---|
id | The unique identifier called a "remember token" (typically received through the invite email link) |
Version: HTTP/1.0 Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0OCwiZXhwIjoxNzU0NTk2NDc4LCJpYXQiOjE3NTQ1OTYyOTh9.LvvuokfpFaqcbgwOxyRVAOVuZfJlk0UqZeeNJbHccN8 Accept: application/json Content-Type: application/json Host: example.org Cookie:
POST /apis/v4/user_remember_tokens/cddf5c0f9de59ade0020b2ea/merge
X-Frame-Options: SAMEORIGIN X-XSS-Protection: 1; mode=block X-Content-Type-Options: nosniff X-Download-Options: noopen X-Permitted-Cross-Domain-Policies: none Referrer-Policy: strict-origin-when-cross-origin Content-Type: application/json X-MH-Session: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjo0OCwiZXhwIjoxNzU0NzY5MDk4LCJpYXQiOjE3NTQ1OTYyOTh9.g9Bi36jLsULZV8y-Cyhd_9XPXVd6ze0QbMGSCwku0Ko Access-Control-Expose-Headers: X-MH-Session Cache-Control: no-cache X-Request-Id: 16f8b642-e443-4096-b8d3-9b1b7dbebf6b X-Runtime: 0.119219 Content-Length: 0
200