---
title: "Retrieve a short-lived authenticated URL for a worker's portal"
method: GET
path: "/api/servicesecurity/processes/employers/{employerUuid}/impersonate"
tags: ["users"]
---

# Retrieve a short-lived authenticated URL for a worker's portal

`GET /api/servicesecurity/processes/employers/{employerUuid}/impersonate`

Impersonate a user in their own portal.

## Path parameters

- `employerUuid` string, uuid, required

## Response `200`

The impersonated employer JWT token

- object
  - `data` object
    - `token` string
  - `meta` ResponsesPartMeta
    - `timestamp` string, date-time, required
    - `verb` 'OPTION' | 'GET' | 'PUT' | 'POST' | 'PATCH' | 'DELETE'
    - `path` string
    - `jti` string
    - `rid` string
    - `count` number
    - `status` string
    - `duration` number
    - `size` number

---

[API](https://skmtc.net/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.net/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
