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.eyJ1c2VyX2lkIjoxNDYsImV4cCI6MTcwNDQ3MzIzMiwiaWF0IjoxNzA0NDczMDUyfQ.uqvAdnwQayDZs5-a4mHPHgpTZJnxQIx0wH7IG1LaJWI Accept: application/json Content-Type: application/json Host: example.org Cookie:
POST /apis/v4/user_remember_tokens/63091f36217914ae0884a922/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.eyJ1c2VyX2lkIjoxNDYsImV4cCI6MTcwNDY0NTg1MywiaWF0IjoxNzA0NDczMDUzfQ.YBMwMznWrQbR7u77GO1QYQPc7dCOL_NNd1lh2dINr1k Access-Control-Expose-Headers: X-MH-Session Cache-Control: no-cache X-Request-Id: c047dc01-6369-4158-a8ed-7d1c92571069 X-Runtime: 0.103373 Content-Length: 0
200