# Get Staff + Role IDs

> Perform Get Staff + Role IDs through Bonafide.

Source: [https://genhealth.ai/docs/workflows/integrations/bonafide/bonafide_get_staff_ids](https://genhealth.ai/docs/workflows/integrations/bonafide/bonafide_get_staff_ids)

Integration: [Bonafide](https://genhealth.ai/docs/workflows/integrations/bonafide.md)

- Handler: `bonafide_get_staff_ids`

- Connection type: `bonafide`

## Inputs

This action has no public inputs.

## Outputs

- `success` — Success
- `staff` — Staff
- `roles` — Roles
- `total_count` — Total Count
- `message` — Message
- `error_message` — Error Message
- `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": {
    "error": {},
    "roles": {},
    "staff": {},
    "message": {},
    "success": {},
    "total_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
```
