Skip to documentation
Bonafide integration

Get Staff + Role IDs

Perform Get Staff + Role IDs through Bonafide.

View as Markdown
bonafide_get_staff_ids
readbonafide

Inputs

This action has no public inputs.

Outputs

  • successSuccess
  • staffStaff
  • rolesRoles
  • total_countTotal Count
  • messageMessage
  • error_messageError Message
  • 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": {
    "error": {},
    "roles": {},
    "staff": {},
    "message": {},
    "success": {},
    "total_count": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all Bonafide actions