# Login

> Perform Login through Carelon Post Acute.

Source: [https://genhealth.ai/docs/workflows/integrations/carelon-post-acute/carelon_post_acute_login](https://genhealth.ai/docs/workflows/integrations/carelon-post-acute/carelon_post_acute_login)

Integration: [Carelon Post Acute](https://genhealth.ai/docs/workflows/integrations/carelon-post-acute.md)

- Handler: `carelon_post_acute_login`

- Connection type: `carelon_post_acute`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `authenticated` — Authenticated
- `landing_path` — Landing Path
- `failure_category` — Failure Category
- `error` — Error

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "landing_path": {},
    "authenticated": {},
    "failure_category": {}
  },
  "additionalProperties": true
}
```
