> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yampi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Login as User (Platform)

> Obtiene URL o token de login suplantando al usuario. Requiere platformAppApiKey.

<ParamField path="id" type="integer" required>ID del usuario.</ParamField>

<RequestExample>
  ```bash cURL theme={null}
  curl -X GET 'https://app.yampi.ai/platform/api/v1/users/10/login' \
    -H 'api_access_token: TU_PLATFORM_TOKEN' -H 'Content-Type: application/json'
  ```
</RequestExample>
