# List Users / Assignees

> Perform List Users / Assignees through NikoHealth.

Source: [https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_list_assignees](https://genhealth.ai/docs/workflows/integrations/nikohealth/nikohealth_list_assignees)

Integration: [NikoHealth](https://genhealth.ai/docs/workflows/integrations/nikohealth.md)

- Handler: `nikohealth_list_assignees`

- Connection type: `nikohealth`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `users` — Users
- `count` — Count
- `error` — Error

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `read`
- Confirmation recommended: no
- Retry safe: yes
- 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": {
    "count": {},
    "error": {},
    "users": {},
    "success": {}
  },
  "additionalProperties": true
}
```
