Skip to documentation
NikoHealth integration

List Users / Assignees

Perform List Users / Assignees through NikoHealth.

View as Markdown
nikohealth_list_assignees
readnikohealth

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • usersUsers
  • countCount
  • errorError

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
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "count": {},
    "error": {},
    "users": {},
    "success": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions