Name | Description |
---|---|
access_token | JSON Web Token retrieved from the Sessions endpoint (you can also pass this into the Authorization header) |
id | The user_id that you want to impersonate |
Name | Description |
---|---|
token | MH JSON Web Token that will contain a user_id, a super_admin_id, and an expires at |
first_name | Impersonated User's first name |
last_name | Impersonated User's last name |
person_id | Impersonated User's person id |
profile_image_url | Impersonated User's profile image |
thekey_uid | Impersonated User's UID for TheKey.me |
Version: HTTP/1.0 Accept: application/json Content-Type: application/json Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMzQsImV4cCI6MTc1NDU5NjQ4MiwiaWF0IjoxNzU0NTk2MzAyfQ.lkg11kGSfMhz7Bn_l69OKHRpz0iG8L7zF00dyFwUdok Host: example.org Cookie:
GET /apis/v4/impersonations/135
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; charset=utf-8 Vary: Accept X-MH-Session: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoxMzUsInN1cGVyX2FkbWluX2lkIjoxMzQsImV4cCI6MTc1NDU5ODEwMiwiaWF0IjoxNzU0NTk2MzAyfQ.7T7PtyKHgI8q_ArL5wXyklrZVqDQ-JjeotJlSmJdvjI Access-Control-Expose-Headers: X-MH-Session ETag: W/"b0c6b7aa6c52bd1585050f537ec704ec" Cache-Control: max-age=0, private, must-revalidate X-Request-Id: 65d9f4f7-6ceb-4a8b-ad44-e041c552579a X-Runtime: 0.018864 Content-Length: 326
200