> ## 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.

# Create User (Platform)

> Crea un usuario de plataforma. Requiere platformAppApiKey.

Cuerpo según OpenAPI (name, email, etc.). **platformAppApiKey**.

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