---
title: "IssueRepresentativeAuthToken returns the temporary token for given email.
Deprecated: Use IssueUserAuthToken with the represent_email option instead."
method: POST
path: "/v1/tokens/represent"
---

# IssueRepresentativeAuthToken returns the temporary token for given email.
Deprecated: Use IssueUserAuthToken with the represent_email option instead.

`POST /v1/tokens/represent`

## Request body

- V1IssueRepresentativeAuthTokenRequest
  - `email` string
  - `ttlMinutes` string, int64

## Response `200`

A successful response.

- V1IssueRepresentativeAuthTokenResponse
  - `token` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.net/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/289a0ca9ce49/schema)
